From 90adc64d8fc608bc41a3941eee1461f2bf6974c2 Mon Sep 17 00:00:00 2001 From: Sagent Date: Tue, 9 Jun 2026 13:41:24 +0000 Subject: [PATCH] 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]*))?\"?" ],