Skip to content

Commit 7960b1c

Browse files
Merge pull request #364 from luminartech/renovate/migrate-config
chore(config): migrate renovate config
2 parents d3a7965 + 87665ec commit 7960b1c

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

renovate.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,18 @@
2525
"pre-commit"
2626
],
2727
"crossplane": {
28-
"fileMatch": [
29-
".*crossplane.*\\.ya?ml$"
28+
"managerFilePatterns": [
29+
"/.*crossplane.*\\.ya?ml$/"
3030
]
3131
},
3232
"kubernetes": {
33-
"fileMatch": [
34-
"\\.ya?ml$"
33+
"managerFilePatterns": [
34+
"/\\.ya?ml$/"
3535
]
3636
},
37-
"labels": ["Renovate"],
37+
"labels": [
38+
"Renovate"
39+
],
3840
"packageRules": [
3941
{
4042
"matchManagers": [
@@ -53,7 +55,9 @@
5355
"minimumReleaseAge": "7 days"
5456
},
5557
{
56-
"matchUpdateTypes": ["pin"],
58+
"matchUpdateTypes": [
59+
"pin"
60+
],
5761
"additionalBranchPrefix": "pin-",
5862
"groupSlug": "{{depName}}"
5963
}

0 commit comments

Comments
 (0)