Skip to content

Commit

Permalink
fix(renovate): plugindefinition matchStrings should only match helmCh…
Browse files Browse the repository at this point in the history
…art version (#506)
  • Loading branch information
kengou authored Nov 14, 2024
1 parent 36a820a commit 5928333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"^ingress-nginx.plugindefinition.yaml$"
],
"matchStrings": [
"version\\s*\\:\\s*(?<currentValue>v?(?:\\d+\\.){0,2}\\d+)"
"helmChart:\\s*name:\\s*.*\\s*repository:\\s*.*\\s*version\\s*\\:\\s*(?<currentValue>v?(?:\\d+\\.){0,2}\\d+)"
],
"datasourceTemplate": "github-tags",
"depNameTemplate": "kubernetes/ingress-nginx",
Expand All @@ -23,7 +23,7 @@
"^external-dns.plugindefinition.yaml$"
],
"matchStrings": [
"version\\s*\\:\\s*(?<currentValue>v?(?:\\d+\\.){0,2}\\d+)"
"helmChart:\\s*name:\\s*.*\\s*repository:\\s*.*\\s*version\\s*\\:\\s*(?<currentValue>v?(?:\\d+\\.){0,2}\\d+)"
],
"datasourceTemplate": "github-tags",
"depNameTemplate": "kubernetes-sigs/external-dns",
Expand Down

0 comments on commit 5928333

Please sign in to comment.