Skip to content

Commit

Permalink
chore: remove cert manager from renovate ignores (#1962)
Browse files Browse the repository at this point in the history
  • Loading branch information
mowies committed Aug 28, 2023
1 parent 5a11d9a commit 972b3bb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -60,6 +59,13 @@
{
"matchPackageNames": ["denoland/deno"],
"versioning": "regex:^(?<compatibility>[a-z]+?)-(?<major>\\d+)(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))?$"
},
{
"matchPackageNames": [
"ghcr.io/keptn/certificate-operator",
"github.com/keptn/lifecycle-toolkit/klt-cert-manager"
],
"groupName": "keptn/cert-manager"
}
],
"regexManagers": [
Expand Down

0 comments on commit 972b3bb

Please sign in to comment.