https://github.com/jgraichen/renovate-config
Default renovate config
https://github.com/jgraichen/renovate-config
Last synced: over 1 year ago
JSON representation
Default renovate config
- Host: GitHub
- URL: https://github.com/jgraichen/renovate-config
- Owner: jgraichen
- Created: 2022-01-24T16:45:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-17T09:14:06.000Z (over 1 year ago)
- Last Synced: 2025-03-20T08:13:36.560Z (over 1 year ago)
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shared Renovate Presets
Shared configuration preset for @renovatebot.
```json5 title="renovate.json5"
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: [
"local>jgraichen/renovate-config"
]
}
```
## Validate preset configs locally
```console
$ docker run -it --rm -v .:/usr/src/app --entrypoint renovate-config-validator renovate/renovate --strict *.json5
INFO: Validating default.json5
INFO: Validating go.json5
INFO: Validating node.json5
INFO: Validating ruby.json5
INFO: Validating terraform.json5
INFO: Validating tool-version.json5
INFO: Config validated successfully
```