chore: add renovate.json with kubernetes image tracking

This commit is contained in:
2026-06-09 09:10:52 -04:00
parent 50ce61df86
commit 597e8bf1bb
+16
View File
@@ -0,0 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"kubernetes": {
"fileMatch": ["\\.ya?ml$"]
},
"regexManagers": [
{
"fileMatch": ["\\.ya?ml$"],
"matchStrings": [
"image:\\s*\"?(?<depName>[^\":]+?)(?::(?<currentValue>[^\"\\s]*))?\"?"
],
"datasourceTemplate": "docker"
}
]
}