Skip to content

Commit 7763cb9

Browse files
Merge pull request #686 from rackerlabs/renovate/configure
fix(renovate): fix the path to OpenStack Helm
2 parents 7ab67ec + d36802f commit 7763cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{
1919
"customType": "regex",
2020
"fileMatch": [
21-
"app/appsets/openstack.yaml$"
21+
"apps/appsets/openstack.yaml$"
2222
],
2323
"matchStrings": [
2424
"\\s- component: (?<depName>.+)\\n\\s+repoURL: (?<packageName>.+)\\n\\s+chartVersion: (?<currentValue>.+)\\s"

0 commit comments

Comments
 (0)