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" }