From 6b2023fc83fc6213d57413b8f414282cb7b716e5 Mon Sep 17 00:00:00 2001 From: Graham Tackley Date: Wed, 18 Oct 2023 17:26:53 +0100 Subject: [PATCH] chore: tweak renovate config Matching what we use elsewhere. --- renovate.json | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/renovate.json b/renovate.json index e618f0ce..494d7c2a 100644 --- a/renovate.json +++ b/renovate.json @@ -3,21 +3,12 @@ "local>brave/renovate-config", "config:js-app", ":semanticCommits", - "npm:unpublishSafe" + ":semanticCommitTypeAll(chore)", + "npm:unpublishSafe", + "helpers:pinGitHubActionDigests", + "group:allNonMajor", + "schedule:weekends" ], "labels": ["dependencies"], - "postUpdateOptions": ["npmDedupe"], - "packageRules": [ - { - "matchDatasources": ["npm"], - "minimumReleaseAge": "4 days" - }, - { - "groupName": "all non-major dependencies", - "groupSlug": "all-minor-patch", - "matchPackagePatterns": ["*"], - "matchUpdateTypes": ["minor", "patch"], - "matchDatasources": ["npm"] - } - ] + "postUpdateOptions": ["npmDedupe"] }