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: about 1 month 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-19T02:05:31.000Z (about 2 months ago)
- Last Synced: 2025-03-19T03:22:02.625Z (about 2 months ago)
- Topics: ci, github, renovate, renovate-config, renovate-preset, workflow
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- 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/)