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 c91e991 commit 84e719eCopy full SHA for 84e719e
.github/renovate.json
@@ -7,12 +7,12 @@
7
],
8
"customManagers": [
9
{
10
- "fileMatch": ["app/appsets/openstack.yaml"],
+ "customType": "regex",
11
+ "fileMatch": ["app/appsets/openstack.yaml$"],
12
"matchStrings": [
- "- component: (?<depName>.+)\\n\\s+repoURL: (?<lookupName>.+)\\n\\s+chartVersion: (?<currentValue>.+)"
13
+ "\\s- component: (?<depName>.+)\\n\\s+repoURL: (?<lookupName>.+)\\n\\s+chartVersion: (?<currentValue>.+)\\s"
14
- "datasourceTemplate": "helm",
15
- "versioningTemplate": "helm"
+ "datasourceTemplate": "helm"
16
}
17
]
18
0 commit comments