From 634e1f31821ac438aedd4317f86c1dd7ca504d6b Mon Sep 17 00:00:00 2001 From: Ben Word Date: Tue, 4 Oct 2022 09:15:24 -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 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 9864c08..fbbea0e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,17 +1,17 @@ { "baseBranches": ["main"], - "commitMessageAction": "Bump", - "commitMessageTopic": "📦 update {{depName}}", - "extends": ["config:base", "schedule:daily"], + "commitMessageAction": "⬆️ Bump", + "commitMessageTopic": "{{depName}}", + "extends": ["config:base", "schedule:weekly"], "packageRules": [ { - "automerge": true, "matchUpdateTypes": ["minor", "patch", "pin"] }, { - "groupName": "roots", - "matchPackagePrefixes": ["@roots/"] + "groupName": "Bud", + "matchPackagePrefixes": ["@roots/"], + "schedule": ["at any time"] } ], - "timezone": "America/Los_Angeles" + "timezone": "America/Chicago" }