We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad88f3 commit 17356e5Copy full SHA for 17356e5
.github/renovate.json
@@ -15,12 +15,11 @@
15
},
16
"customManagers": [
17
{
18
- "customType": "regex",
19
"fileMatch": [
20
"^kubernetes/[^/]+/helmrelease\\.ya?ml$"
21
],
22
"matchStrings": [
23
- "chart:\\s*\\n\\s*spec:\\s*\\n\\s*chart:\\s*(?<depName>[^\\n]+)\\n\\s*version:\\s*\"?(?<currentValue>[^\"]+)\"?"
+ "chart:\\s*\\n\\s*spec:\\s*\\n\\s*chart:\\s*(?<depName>\\S+)\\s*\\n\\s*version:\\s*\"?(?<currentValue>[^\"]+)\"?"
24
25
"datasourceTemplate": "helm",
26
"versioningTemplate": "semver"
0 commit comments