Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/airkro/renovate-config
Shareable renovate config presets
https://github.com/airkro/renovate-config
ci github renovate renovate-config renovate-preset workflow
Last synced: 23 days ago
JSON representation
Shareable renovate config presets
- Host: GitHub
- URL: https://github.com/airkro/renovate-config
- Owner: Airkro
- License: unlicense
- Created: 2021-06-04T02:34:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T02:19:26.000Z (6 months ago)
- Last Synced: 2024-06-25T03:32:45.016Z (6 months ago)
- Topics: ci, github, renovate, renovate-config, renovate-preset, workflow
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# renovate-config
Shareable renovate config presets
## Usage
```jsonc
// .github/renovate.json
{
"extends": ["github>airkro/renovate-config"]
}
```or
```jsonc
// renovate.json
{
"extends": ["local>{owner}/renovate-config"]
}
```## Related
[Renovate Docs: Shareable Config Presets](https://docs.renovatebot.com/config-presets/)