From b01ad49361ef5b9c1417d8b1a2f213c77e934a2b Mon Sep 17 00:00:00 2001 From: Colton Gerke Date: Wed, 22 Jan 2025 09:19:31 -0600 Subject: [PATCH] Change config to stop inheriting redundant configs which are covered by the parent Power config --- renovate.json | 1 - 1 file changed, 1 deletion(-) diff --git a/renovate.json b/renovate.json index 156a5eb5..29d30db5 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,5 @@ { "extends": [ - "config:base", "group:allNonMajor", "github>powerhome/renovate-config" ],