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": [
|
|
|
|
{
|
2025-01-20 15:04:54 -05:00
|
|
|
"matchUpdateTypes": ["minor", "patch", "digest"],
|
2025-01-18 14:31:37 -05:00
|
|
|
"automerge": true
|
2025-03-27 13:30:20 -04:00
|
|
|
},
|
|
|
|
{
|
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
|
|
|
}
|