Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denuxplays/renovate-config
My collection of renovate configs
https://github.com/denuxplays/renovate-config
Last synced: about 2 months ago
JSON representation
My collection of renovate configs
- Host: GitHub
- URL: https://github.com/denuxplays/renovate-config
- Owner: DenuxPlays
- License: agpl-3.0
- Created: 2024-09-05T20:20:44.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T11:40:16.000Z (4 months ago)
- Last Synced: 2024-09-08T12:45:54.909Z (4 months ago)
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Renovate Configurations
This repository is a collection of configurations for Renovate.
## Structure
- Files in the first order are fully configured and ready-to-use configs.
- Files in folders are partial (but still valid) configurations that can be included in other configurations.## Example
To include a configuration, you can reference it in your `renovate.json` file like this:
```json
{
"extends": [
"github>DenuxPlays/renovate-config"
]
}
````## Configurations
### [default.json5](default.json5)
The default and base configuration for Renovate.
### [rust.json5](rust.json5)
Configuration specifically for Rust projects.
## Contributions
We are open to contributions! If you have any improvements or new configurations to add, feel free to open a pull
request.