Skip to content

Commit 851cf3b

Browse files
committedFeb 12, 2025
test renovate
1 parent 5459b84 commit 851cf3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/renovate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{
1414
"fileMatch": ["^kubernetes/[^/]+/helrelease\\.ya?ml$"],
1515
"matchStrings": [
16-
"chart:\\s*\\n\\s*spec:\\s*\\n\\s*chart:\\s*[^\\n]+\\n\\s*version:\\s*\"?(?<version>[^\"]+)\"?"
16+
"chart:\\s*\\n\\s*spec:\\s*\\n\\s*chart:\\s*(?<depName>[^\\n]+)\\n\\s*version:\\s*\"?(?<currentValue>[^\"]+)\"?"
1717
],
1818
"datasourceTemplate": "helm",
1919
"versioningTemplate": "semver"

0 commit comments

Comments
 (0)
Please sign in to comment.