Skip to content

Commit 54106c2

Browse files
committed
updated syntax
1 parent 89baf9c commit 54106c2

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/renovate.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@
1010
],
1111
"packageRules": [
1212
{
13-
"managers": ["helmv3"],
14-
"additionalBranchPrefix": "{{baseDir}}-",
15-
"commitMessageSuffix": "{{baseDir}}-",
16-
"bumpVersion": "patch",
17-
"packagePatterns": [".*"]
13+
"matchManagers": [
14+
"helmv3"
15+
],
16+
"additionalBranchPrefix": "{{packageFileDir}}-",
17+
"commitMessageSuffix": "{{packageFileDir}}-",
18+
"bumpVersion": null,
19+
"matchPackageNames": [
20+
"/.*/"
21+
]
1822
}
1923
]
2024
}

0 commit comments

Comments
 (0)