Skip to content

Commit 17356e5

Browse files
author
mafyuh
committedFeb 12, 2025
test renovate
1 parent 1ad88f3 commit 17356e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎.github/renovate.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@
1515
},
1616
"customManagers": [
1717
{
18-
"customType": "regex",
1918
"fileMatch": [
2019
"^kubernetes/[^/]+/helmrelease\\.ya?ml$"
2120
],
2221
"matchStrings": [
23-
"chart:\\s*\\n\\s*spec:\\s*\\n\\s*chart:\\s*(?<depName>[^\\n]+)\\n\\s*version:\\s*\"?(?<currentValue>[^\"]+)\"?"
22+
"chart:\\s*\\n\\s*spec:\\s*\\n\\s*chart:\\s*(?<depName>\\S+)\\s*\\n\\s*version:\\s*\"?(?<currentValue>[^\"]+)\"?"
2423
],
2524
"datasourceTemplate": "helm",
2625
"versioningTemplate": "semver"

0 commit comments

Comments
 (0)
Please sign in to comment.