Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
083f8c95ff
|
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"local>perso/renovate-config"
|
||||
],
|
||||
"helmValues": {
|
||||
"fileMatch": ["(^|/)values\\.ya?ml$"]
|
||||
},
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": ["(^|/)values\\.ya?ml$"],
|
||||
"matchStrings": [
|
||||
"repository:\\s*(?<depName>[^\\s]+)\\s*\\n\\s*tag:\\s*(?<currentValue>[^\\s]+)"
|
||||
],
|
||||
"datasourceTemplate": "docker",
|
||||
"versioningTemplate": "docker"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user