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.
1 parent 16af04b commit 4bbba43Copy full SHA for 4bbba43
renovate.json
@@ -14,8 +14,8 @@
14
"customManagers": [
15
{
16
"customType": "regex",
17
- "fileMatch": [
18
- "(^|/)charts/.+/values\\.ya?ml$"
+ "managerFilePatterns": [
+ "/(^|/)charts/.+/values\\.ya?ml$/"
19
],
20
"matchStrings": [
21
"## @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