Files
cv-helm/renovate.json
T
2026-06-09 18:30:38 +00:00

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"
}
]
}