chore: enable auto-merge for crd updates
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2023-03-13 09:19:41 +01:00
parent 99dd435219
commit 2a54ff3b9f
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 16 additions and 1 deletions

View File

@ -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
}
]
}