Skip to content

Commit 3249e36

Browse files
author
Renovate Bot
committedFeb 12, 2025
⬆️ migrate config .github/renovate.json
1 parent 851cf3b commit 3249e36

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed
 

‎.github/renovate.json

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:recommended"],
3+
"extends": [
4+
"config:recommended"
5+
],
46
"kubernetes": {
5-
"fileMatch": ["(^|/)kubernetes/.+\\.ya?ml$"]
7+
"fileMatch": [
8+
"(^|/)kubernetes/.+\\.ya?ml$"
9+
]
610
},
711
"helmv3": {
812
"fileMatch": [
913
"^kubernetes/[^/]+/helrelease\\.ya?ml$"
1014
]
1115
},
12-
"regexManagers": [
16+
"customManagers": [
1317
{
14-
"fileMatch": ["^kubernetes/[^/]+/helrelease\\.ya?ml$"],
18+
"customType": "regex",
19+
"fileMatch": [
20+
"^kubernetes/[^/]+/helrelease\\.ya?ml$"
21+
],
1522
"matchStrings": [
1623
"chart:\\s*\\n\\s*spec:\\s*\\n\\s*chart:\\s*(?<depName>[^\\n]+)\\n\\s*version:\\s*\"?(?<currentValue>[^\"]+)\"?"
1724
],

0 commit comments

Comments
 (0)
Please sign in to comment.