From 597e8bf1bb633ba235bca1da3ae9c6af18e20802 Mon Sep 17 00:00:00 2001 From: cloudix_mcp_server Date: Tue, 9 Jun 2026 09:10:52 -0400 Subject: [PATCH 1/2] chore: add renovate.json with kubernetes image tracking --- renovate.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..6de9dc6 --- /dev/null +++ b/renovate.json @@ -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*\"?(?[^\":]+?)(?::(?[^\"\\s]*))?\"?" + ], + "datasourceTemplate": "docker" + } + ] +} -- 2.52.0 From 90adc64d8fc608bc41a3941eee1461f2bf6974c2 Mon Sep 17 00:00:00 2001 From: Sagent Date: Tue, 9 Jun 2026 13:41:24 +0000 Subject: [PATCH 2/2] chore: remove redundant configs now handled globally --- renovate.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 6de9dc6..ed2e750 100644 --- a/renovate.json +++ b/renovate.json @@ -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*\"?(?[^\":]+?)(?::(?[^\"\\s]*))?\"?" ], -- 2.52.0