Skip to content

Commit a104ab6

Browse files
committedFeb 13, 2025
test renovate
1 parent fe9f667 commit a104ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"(^|/)kubernetes/apps/.+/helmrelease\\.ya?ml$"
2020
],
2121
"matchStrings": [
22-
"chart:\\s*\\n\\s*spec:\\s*\\n\\s*chart:\\s*(?<depName>\\S+)\\s*\\n\\s*version:\\s*\"?(?<currentValue>[^\"]+)\"?"
22+
"chart:\\s*\\n\\s*spec:\\s*\\n\\s*chart:\\s*(?<depName>\\S+)\\s*\\n\\s*version:\\s*[\"']?(?<currentValue>[0-9a-zA-Z\\.\\-]+)[\"']?"
2323
],
2424
"datasourceTemplate": "helm",
2525
"versioningTemplate": "semver"

0 commit comments

Comments
 (0)
Please sign in to comment.