Skip to content

Commit 4bbba43

Browse files
Migrate renovate config (CloudPirates-io#258)
Migrate config renovate.json Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 16af04b commit 4bbba43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"customManagers": [
1515
{
1616
"customType": "regex",
17-
"fileMatch": [
18-
"(^|/)charts/.+/values\\.ya?ml$"
17+
"managerFilePatterns": [
18+
"/(^|/)charts/.+/values\\.ya?ml$/"
1919
],
2020
"matchStrings": [
2121
"## @param (?<depName>\\S+\\.repository) .+?\\n\\s+repository:\\s*(?<packageName>[^\\s]+)\\n\\s+## @param \\S+\\.tag .+?\\n\\s+tag:\\s*['\"]?(?<currentValue>[^@'\"\\s]+)(?:@(?<currentDigest>sha256:[a-f0-9]{64}))?['\"]?",

0 commit comments

Comments
 (0)