renovate-config/renovate.json

19 lines
431 B
JSON
Raw Normal View History

2024-12-27 15:52:26 +00:00
{
2024-12-27 15:06:36 -05:00
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
2024-12-27 22:52:55 -05:00
"local>cc/renovate-config"
2025-01-18 14:31:37 -05:00
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "digest"],
2025-01-18 14:31:37 -05:00
"automerge": true
},
{
2025-03-27 13:37:28 -04:00
"description": "update renovate once a week",
"matchPackageNames": ["ghcr.io/renovatebot/renovate"],
"groupName": "renovate",
"extends": ["schedule:weekly"]
2025-01-18 14:31:37 -05:00
}
2024-12-27 15:06:36 -05:00
]
2024-12-27 15:52:26 +00:00
}