Skip to content

Commit 29a0b23

Browse files
chore(config): migrate config .github/renovate.json
1 parent 5804776 commit 29a0b23

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/renovate.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,21 @@
77
],
88
"packageRules": [
99
{
10-
"matchManagers": ["devbox"],
10+
"matchManagers": [
11+
"devbox"
12+
],
1113
"automerge": true,
1214
"automergeType": "branch"
1315
}
1416
],
1517
"customManagers": [
1618
{
1719
"customType": "regex",
18-
"fileMatch": ["app/appsets/openstack.yaml$"],
20+
"fileMatch": [
21+
"app/appsets/openstack.yaml$"
22+
],
1923
"matchStrings": [
20-
"\\s- component: (?<depName>.+)\\n\\s+repoURL: (?<lookupName>.+)\\n\\s+chartVersion: (?<currentValue>.+)\\s"
24+
"\\s- component: (?<depName>.+)\\n\\s+repoURL: (?<packageName>.+)\\n\\s+chartVersion: (?<currentValue>.+)\\s"
2125
],
2226
"datasourceTemplate": "helm"
2327
}

0 commit comments

Comments
 (0)