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.
2 parents d3a7965 + 87665ec commit 7960b1cCopy full SHA for 7960b1c
renovate.json
@@ -25,16 +25,18 @@
25
"pre-commit"
26
],
27
"crossplane": {
28
- "fileMatch": [
29
- ".*crossplane.*\\.ya?ml$"
+ "managerFilePatterns": [
+ "/.*crossplane.*\\.ya?ml$/"
30
]
31
},
32
"kubernetes": {
33
34
- "\\.ya?ml$"
+ "/\\.ya?ml$/"
35
36
37
- "labels": ["Renovate"],
+ "labels": [
38
+ "Renovate"
39
+ ],
40
"packageRules": [
41
{
42
"matchManagers": [
@@ -53,7 +55,9 @@
53
55
"minimumReleaseAge": "7 days"
54
56
57
- "matchUpdateTypes": ["pin"],
58
+ "matchUpdateTypes": [
59
+ "pin"
60
61
"additionalBranchPrefix": "pin-",
62
"groupSlug": "{{depName}}"
63
}
0 commit comments