chore: enable auto-merge for crd updates
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
99dd435219
commit
2a54ff3b9f
@ -1,4 +1,19 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["github>thegeeklab/renovate-presets"]
|
||||
"extends": ["github>thegeeklab/renovate-presets"],
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "Automerge CRDs",
|
||||
"groupName": "crds catalog",
|
||||
"matchDatasources": ["regex"],
|
||||
"matchPackageNames": [
|
||||
"projectcalico/calico",
|
||||
"fluxcd/flux2",
|
||||
"cert-manager/cert-manager",
|
||||
"cloudnative-pg/cloudnative-pg"
|
||||
],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"automerge": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user