diff --git a/renovate.json b/renovate.json index 40a664ed01..3126020453 100644 --- a/renovate.json +++ b/renovate.json @@ -27,7 +27,6 @@ "ghcr.io/keptn/scheduler", "ghcr.io/keptn/functions-runtime", "ghcr.io/keptn/python-runtime", - "ghcr.io/keptn/certificate-operator", "ghcr.io/keptn/metrics-operator" ], "packageRules": [ @@ -60,6 +59,13 @@ { "matchPackageNames": ["denoland/deno"], "versioning": "regex:^(?[a-z]+?)-(?\\d+)(\\.(?\\d+))?(\\.(?\\d+))?$" + }, + { + "matchPackageNames": [ + "ghcr.io/keptn/certificate-operator", + "github.com/keptn/lifecycle-toolkit/klt-cert-manager" + ], + "groupName": "keptn/cert-manager" } ], "regexManagers": [