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 5804776 commit 29a0b23Copy full SHA for 29a0b23
.github/renovate.json
@@ -7,17 +7,21 @@
7
],
8
"packageRules": [
9
{
10
- "matchManagers": ["devbox"],
+ "matchManagers": [
11
+ "devbox"
12
+ ],
13
"automerge": true,
14
"automergeType": "branch"
15
}
16
17
"customManagers": [
18
19
"customType": "regex",
- "fileMatch": ["app/appsets/openstack.yaml$"],
20
+ "fileMatch": [
21
+ "app/appsets/openstack.yaml$"
22
23
"matchStrings": [
- "\\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"
25
26
"datasourceTemplate": "helm"
27
0 commit comments