Skip to content

Commit 091bd2c

Browse files
Migrate renovate config (CloudPirates-io#237)
Migrate config renovate.json Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 363468b commit 091bd2c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

renovate.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
"config:recommended"
55
],
66
"enabledManagers": [
7-
"regex",
7+
"custom.regex",
88
"helmv3"
99
],
10-
"regexManagers": [
10+
"customManagers": [
1111
{
12-
"fileMatch": [
13-
"^charts/.+/values\\.yaml$"
12+
"customType": "regex",
13+
"managerFilePatterns": [
14+
"/^charts/.+/values\\.yaml$/"
1415
],
1516
"matchStrings": [
1617
"repository:\\s*(?<depName>[^\\s]+)\\n.*?tag:\\s*['\"]?(?<currentValue>[^@'\"\\s]+)(?:@(?<currentDigest>sha256:[a-f0-9]{64}))?['\"]?"
@@ -22,7 +23,7 @@
2223
"packageRules": [
2324
{
2425
"matchManagers": [
25-
"regex"
26+
"custom.regex"
2627
],
2728
"matchUpdateTypes": [
2829
"minor",

0 commit comments

Comments
 (0)