2026-06-09 09:07:59 -04:00
|
|
|
{
|
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
2026-06-09 18:30:38 +00:00
|
|
|
"customManagers": [
|
2026-06-09 09:07:59 -04:00
|
|
|
{
|
2026-06-09 18:30:38 +00:00
|
|
|
"customType": "regex",
|
|
|
|
|
"managerFilePatterns": ["/(^|/)values\\.ya?ml$/"],
|
|
|
|
|
"matchStrings": ["repository:\\s*\"?(?<depName>[^\"\\s\\n]+?)\"?\\n\\s+tag:\\s*\"?(?<currentValue>[^\"\\s\\n]*)\"?"],
|
2026-06-09 09:07:59 -04:00
|
|
|
"datasourceTemplate": "docker"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|