We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5459b84 commit 851cf3bCopy full SHA for 851cf3b
.github/renovate.json
@@ -13,7 +13,7 @@
13
{
14
"fileMatch": ["^kubernetes/[^/]+/helrelease\\.ya?ml$"],
15
"matchStrings": [
16
- "chart:\\s*\\n\\s*spec:\\s*\\n\\s*chart:\\s*[^\\n]+\\n\\s*version:\\s*\"?(?<version>[^\"]+)\"?"
+ "chart:\\s*\\n\\s*spec:\\s*\\n\\s*chart:\\s*(?<depName>[^\\n]+)\\n\\s*version:\\s*\"?(?<currentValue>[^\"]+)\"?"
17
],
18
"datasourceTemplate": "helm",
19
"versioningTemplate": "semver"
0 commit comments