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 89baf9c commit 54106c2Copy full SHA for 54106c2
1 file changed
.github/renovate.json
@@ -10,11 +10,15 @@
10
],
11
"packageRules": [
12
{
13
- "managers": ["helmv3"],
14
- "additionalBranchPrefix": "{{baseDir}}-",
15
- "commitMessageSuffix": "{{baseDir}}-",
16
- "bumpVersion": "patch",
17
- "packagePatterns": [".*"]
+ "matchManagers": [
+ "helmv3"
+ ],
+ "additionalBranchPrefix": "{{packageFileDir}}-",
+ "commitMessageSuffix": "{{packageFileDir}}-",
18
+ "bumpVersion": null,
19
+ "matchPackageNames": [
20
+ "/.*/"
21
+ ]
22
}
23
]
24
0 commit comments