2023-03-08 12:06:57 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
2023-03-13 08:19:41 +00:00
|
|
|
"extends": ["github>thegeeklab/renovate-presets"],
|
|
|
|
"packageRules": [
|
|
|
|
{
|
|
|
|
"description": "Automerge CRDs",
|
|
|
|
"groupName": "crds catalog",
|
2023-03-13 10:03:32 +00:00
|
|
|
"matchManagers": ["regex"],
|
2023-03-13 08:19:41 +00:00
|
|
|
"matchPackageNames": [
|
|
|
|
"projectcalico/calico",
|
|
|
|
"fluxcd/flux2",
|
|
|
|
"cert-manager/cert-manager",
|
2023-04-23 12:21:43 +00:00
|
|
|
"cloudnative-pg/cloudnative-pg",
|
2023-04-24 14:16:02 +00:00
|
|
|
"minio/operator",
|
|
|
|
"k8up"
|
2023-03-13 08:19:41 +00:00
|
|
|
],
|
|
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
|
|
"automerge": true
|
|
|
|
}
|
|
|
|
]
|
2023-03-08 12:06:57 +00:00
|
|
|
}
|