test renovate
This commit is contained in:
parent
3249e3618e
commit
1ad88f3ab8
1 changed files with 2 additions and 2 deletions
4
.github/renovate.json
vendored
4
.github/renovate.json
vendored
|
@ -10,14 +10,14 @@
|
|||
},
|
||||
"helmv3": {
|
||||
"fileMatch": [
|
||||
"^kubernetes/[^/]+/helrelease\\.ya?ml$"
|
||||
"^kubernetes/[^/]+/helmrelease\\.ya?ml$"
|
||||
]
|
||||
},
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": [
|
||||
"^kubernetes/[^/]+/helrelease\\.ya?ml$"
|
||||
"^kubernetes/[^/]+/helmrelease\\.ya?ml$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"chart:\\s*\\n\\s*spec:\\s*\\n\\s*chart:\\s*(?<depName>[^\\n]+)\\n\\s*version:\\s*\"?(?<currentValue>[^\"]+)\"?"
|
||||
|
|
Reference in a new issue