Skip to content

Commit fe9f667

Browse files
author
mafyuh
committedFeb 12, 2025
Update .github/renovate.json
1 parent 3391f5b commit fe9f667

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
 

‎.github/renovate.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@
1010
},
1111
"helmv3": {
1212
"fileMatch": [
13-
"^kubernetes/[^/]+/helmrelease\\.ya?ml$"
13+
"(^|/)kubernetes/apps/.+/helmrelease\\.ya?ml$"
1414
]
1515
},
16-
"customManagers": [
16+
"regexManagers": [
1717
{
18-
"customType": "regex",
1918
"fileMatch": [
20-
"^kubernetes/[^/]+/helmrelease\\.ya?ml$"
19+
"(^|/)kubernetes/apps/.+/helmrelease\\.ya?ml$"
2120
],
2221
"matchStrings": [
2322
"chart:\\s*\\n\\s*spec:\\s*\\n\\s*chart:\\s*(?<depName>\\S+)\\s*\\n\\s*version:\\s*\"?(?<currentValue>[^\"]+)\"?"

0 commit comments

Comments
 (0)
Please sign in to comment.