renovate-config/renovate.json
cswimr 42e2ff49a8
All checks were successful
Renovate / Run (push) Successful in 1m21s
Update renovate.json
2025-03-27 13:37:28 -04:00

18 lines
431 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>cc/renovate-config"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "digest"],
"automerge": true
},
{
"description": "update renovate once a week",
"matchPackageNames": ["ghcr.io/renovatebot/renovate"],
"groupName": "renovate",
"extends": ["schedule:weekly"]
}
]
}