From d389f706096ae148b4281369b971e1a23f48ff41 Mon Sep 17 00:00:00 2001 From: Sagent Date: Tue, 9 Jun 2026 13:42:41 +0000 Subject: [PATCH] chore: remove redundant configs now handled globally --- renovate.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index 22a8ce9..f92dae2 100644 --- a/renovate.json +++ b/renovate.json @@ -1,9 +1,10 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:recommended"], "regexManagers": [ { - "fileMatch": ["(^|/)values\\.ya?ml$"], + "fileMatch": [ + "(^|/)values\\.ya?ml$" + ], "matchStrings": [ "repository:\\s*\"?(?[^\"\\s\\n]+?)\"?\\n\\s+tag:\\s*\"?(?[^\"\\s\\n]*)\"?" ], @@ -12,8 +13,12 @@ ], "packageRules": [ { - "matchDatasources": ["helm"], - "matchPackageNames": ["common"], + "matchDatasources": [ + "helm" + ], + "matchPackageNames": [ + "common" + ], "enabled": false } ]