chore: add renovate.json with helm-values image tracking

This commit is contained in:
2026-06-09 09:07:59 -04:00
parent a0d4f0f5c3
commit ffb8c030d9
+20
View File
@@ -0,0 +1,20 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"regexManagers": [
{
"fileMatch": ["(^|/)values\\.ya?ml$"],
"matchStrings": [
"repository:\\s*\"?(?<depName>[^\"\\s\\n]+?)\"?\\n\\s+tag:\\s*\"?(?<currentValue>[^\"\\s\\n]*)\"?"
],
"datasourceTemplate": "docker"
}
],
"packageRules": [
{
"matchDatasources": ["helm"],
"matchPackageNames": ["common"],
"enabled": false
}
]
}