12 lines
355 B
JSON
12 lines
355 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"customManagers": [
|
|
{
|
|
"customType": "regex",
|
|
"managerFilePatterns": ["/(^|/)values\\.ya?ml$/"],
|
|
"matchStrings": ["repository:\\s*\"?(?<depName>[^\"\\s\\n]+?)\"?\\n\\s+tag:\\s*\"?(?<currentValue>[^\"\\s\\n]*)\"?"],
|
|
"datasourceTemplate": "docker"
|
|
}
|
|
]
|
|
}
|