https://github.com/libops/renovate-config
https://github.com/libops/renovate-config
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/libops/renovate-config
- Owner: libops
- Created: 2025-08-23T13:10:56.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-11-09T11:58:10.000Z (5 months ago)
- Last Synced: 2025-11-09T13:13:12.368Z (5 months ago)
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# renovate-config
libops' [Renovate Shareable Config Presets](https://docs.renovatebot.com/config-presets/#github)
## Usage
In the GitHub repo you want to have renovate manage updates for, add a `renovate.json5` file in the root of the repo with the contents
```
{
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'github>libops/renovate-config:default.json5',
],
}
```