Skip to content

Commit 5bff1e1

Browse files
chore(config): migrate config .github/renovate.json (#2415)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bb0e683 commit 5bff1e1

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/renovate.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@
1212
"rebaseWhen": "conflicted",
1313
"prHourlyLimit": 0,
1414
"helm-values": {
15-
"fileMatch": [
16-
"(^|/|\\w+\\.)values\\.ya?ml$"
15+
"managerFilePatterns": [
16+
"/(^|/|\\w+\\.)values\\.ya?ml$/"
1717
],
1818
"pinDigests": true
1919
},
2020
"packageRules": [
2121
{
22-
"matchPackageNames": ["nixery.dev/shell/envsubst"],
22+
"matchPackageNames": [
23+
"nixery.dev/shell/envsubst"
24+
],
2325
"pinDigests": false
2426
},
2527
{
@@ -150,8 +152,8 @@
150152
"customManagers": [
151153
{
152154
"customType": "regex",
153-
"fileMatch": [
154-
"^k0sctl.yaml$"
155+
"managerFilePatterns": [
156+
"/^k0sctl.yaml$/"
155157
],
156158
"matchStrings": [
157159
"\\s+version\\:(!?\\s)(?<currentValue>.*)\\n"

0 commit comments

Comments
 (0)