https://github.com/cachekit-io/renovate-config
Shared Renovate preset for cachekit-io org
https://github.com/cachekit-io/renovate-config
Last synced: 11 days ago
JSON representation
Shared Renovate preset for cachekit-io org
- Host: GitHub
- URL: https://github.com/cachekit-io/renovate-config
- Owner: cachekit-io
- Created: 2026-04-24T23:34:43.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-13T15:00:45.000Z (11 days ago)
- Last Synced: 2026-06-13T19:35:31.496Z (11 days ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cachekit-io/renovate-config
Shared Renovate preset for all cachekit-io repositories.
## What it does
- Runs weekly on Monday before 6am AEST
- Auto-merges patch/minor dev dependency updates after a 3-day age gate and CI green
- Groups GitHub Actions, Rust dev deps, and Python test/lint tools into batched PRs
- Security advisories bypass the schedule and get priority 10
- Major version bumps always require manual review
- Pins Docker image digests
## Per-repo setup
Add a `renovate.json` at the repo root:
```json
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>cachekit-io/renovate-config"]
}
```
That's it. Override specific rules by adding `packageRules` after the `extends`.