chore: add renovate.json with Kubernetes image tracking #2

Open
cloudix_mcp_server wants to merge 2 commits from chore/renovate into main
Showing only changes of commit 90adc64d8f - Show all commits
+6 -3
View File
@@ -1,12 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"kubernetes": {
"fileMatch": ["\\.ya?ml$"]
"fileMatch": [
"\\.ya?ml$"
]
},
"regexManagers": [
{
"fileMatch": ["\\.ya?ml$"],
"fileMatch": [
"\\.ya?ml$"
],
"matchStrings": [
"image:\\s*\"?(?<depName>[^\":]+?)(?::(?<currentValue>[^\"\\s]*))?\"?"
],