test renovate
This commit is contained in:
parent
5459b84539
commit
851cf3b3a0
1 changed files with 1 additions and 1 deletions
2
.github/renovate.json
vendored
2
.github/renovate.json
vendored
|
@ -13,7 +13,7 @@
|
|||
{
|
||||
"fileMatch": ["^kubernetes/[^/]+/helrelease\\.ya?ml$"],
|
||||
"matchStrings": [
|
||||
"chart:\\s*\\n\\s*spec:\\s*\\n\\s*chart:\\s*[^\\n]+\\n\\s*version:\\s*\"?(?<version>[^\"]+)\"?"
|
||||
"chart:\\s*\\n\\s*spec:\\s*\\n\\s*chart:\\s*(?<depName>[^\\n]+)\\n\\s*version:\\s*\"?(?<currentValue>[^\"]+)\"?"
|
||||
],
|
||||
"datasourceTemplate": "helm",
|
||||
"versioningTemplate": "semver"
|
||||
|
|
Reference in a new issue