Skip to content

Commit 84e719e

Browse files
committed
fix(renovate): still trying to get OpenStack Helm
cd2041c didn't work. Let's try another change
1 parent c91e991 commit 84e719e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/renovate.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
],
88
"customManagers": [
99
{
10-
"fileMatch": ["app/appsets/openstack.yaml"],
10+
"customType": "regex",
11+
"fileMatch": ["app/appsets/openstack.yaml$"],
1112
"matchStrings": [
12-
"- component: (?<depName>.+)\\n\\s+repoURL: (?<lookupName>.+)\\n\\s+chartVersion: (?<currentValue>.+)"
13+
"\\s- component: (?<depName>.+)\\n\\s+repoURL: (?<lookupName>.+)\\n\\s+chartVersion: (?<currentValue>.+)\\s"
1314
],
14-
"datasourceTemplate": "helm",
15-
"versioningTemplate": "helm"
15+
"datasourceTemplate": "helm"
1616
}
1717
]
1818
}

0 commit comments

Comments
 (0)