Skip to content

Commit 1ad88f3

Browse files
committedFeb 12, 2025
test renovate
1 parent 3249e36 commit 1ad88f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/renovate.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
},
1111
"helmv3": {
1212
"fileMatch": [
13-
"^kubernetes/[^/]+/helrelease\\.ya?ml$"
13+
"^kubernetes/[^/]+/helmrelease\\.ya?ml$"
1414
]
1515
},
1616
"customManagers": [
1717
{
1818
"customType": "regex",
1919
"fileMatch": [
20-
"^kubernetes/[^/]+/helrelease\\.ya?ml$"
20+
"^kubernetes/[^/]+/helmrelease\\.ya?ml$"
2121
],
2222
"matchStrings": [
2323
"chart:\\s*\\n\\s*spec:\\s*\\n\\s*chart:\\s*(?<depName>[^\\n]+)\\n\\s*version:\\s*\"?(?<currentValue>[^\"]+)\"?"

0 commit comments

Comments
 (0)
Please sign in to comment.