We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe9f667 commit a104ab6Copy full SHA for a104ab6
.github/renovate.json
@@ -19,7 +19,7 @@
19
"(^|/)kubernetes/apps/.+/helmrelease\\.ya?ml$"
20
],
21
"matchStrings": [
22
- "chart:\\s*\\n\\s*spec:\\s*\\n\\s*chart:\\s*(?<depName>\\S+)\\s*\\n\\s*version:\\s*\"?(?<currentValue>[^\"]+)\"?"
+ "chart:\\s*\\n\\s*spec:\\s*\\n\\s*chart:\\s*(?<depName>\\S+)\\s*\\n\\s*version:\\s*[\"']?(?<currentValue>[0-9a-zA-Z\\.\\-]+)[\"']?"
23
24
"datasourceTemplate": "helm",
25
"versioningTemplate": "semver"
0 commit comments