test renovate
This commit is contained in:
parent
fe9f667209
commit
a104ab611f
1 changed files with 1 additions and 1 deletions
2
.github/renovate.json
vendored
2
.github/renovate.json
vendored
|
@ -19,7 +19,7 @@
|
|||
"(^|/)kubernetes/apps/.+/helmrelease\\.ya?ml$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"chart:\\s*\\n\\s*spec:\\s*\\n\\s*chart:\\s*(?<depName>\\S+)\\s*\\n\\s*version:\\s*\"?(?<currentValue>[^\"]+)\"?"
|
||||
"chart:\\s*\\n\\s*spec:\\s*\\n\\s*chart:\\s*(?<depName>\\S+)\\s*\\n\\s*version:\\s*[\"']?(?<currentValue>[0-9a-zA-Z\\.\\-]+)[\"']?"
|
||||
],
|
||||
"datasourceTemplate": "helm",
|
||||
"versioningTemplate": "semver"
|
||||
|
|
Reference in a new issue