https://github.com/dacrab/renovate-config
Shared Renovate preset configuration for dacrab repos
https://github.com/dacrab/renovate-config
config github preset renovate
Last synced: 4 days ago
JSON representation
Shared Renovate preset configuration for dacrab repos
- Host: GitHub
- URL: https://github.com/dacrab/renovate-config
- Owner: dacrab
- License: mit
- Created: 2026-06-21T11:53:34.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-06-30T16:23:26.000Z (26 days ago)
- Last Synced: 2026-06-30T18:15:08.762Z (26 days ago)
- Topics: config, github, preset, renovate
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# renovate-config
Shared [Renovate](https://docs.renovatebot.com/) preset for dacrab repos.
## Usage
Add to your repo's `renovate.json`:
```json
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>dacrab/renovate-config"]
}
```
## What it does
- Auto-merges patch and minor updates
- Groups all non-major dependencies into a single PR
- Labels security alerts and auto-merges them
- Commits with `chore(deps):` prefix
- Cooldown of 3 days between PRs
- Timezone: Europe/Athens
## License
MIT