From a9fa2433a584de7502f30516675175f10a6b35ca Mon Sep 17 00:00:00 2001 From: Ben Word Date: Sun, 2 Feb 2025 08:07:20 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20Renovate=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/renovate.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index fbbea0e..ec59875 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -6,12 +6,7 @@ "packageRules": [ { "matchUpdateTypes": ["minor", "patch", "pin"] - }, - { - "groupName": "Bud", - "matchPackagePrefixes": ["@roots/"], - "schedule": ["at any time"] } ], - "timezone": "America/Chicago" + "timezone": "America/Detroit" }