From e7e3653ca77a17a03165a327a02b21d8052c5489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Zugmeyer?= Date: Tue, 12 Mar 2024 10:12:10 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20configure=20renovate=20to=20dedu?= =?UTF-8?q?plicate=20subdependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I chose the "highest" strategy (instead of "fewest"), because: * let's try to be as much up-to-date as possible * renovate will use the official `yarn dedupe` instead of a third party package --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index ac32b66f2c..c3637d27a8 100644 --- a/renovate.json +++ b/renovate.json @@ -12,6 +12,7 @@ "prConcurrentLimit": 5, "prHourlyLimit": 1, "schedule": ["every weekend"], + "postUpdateOptions": ["yarnDedupeHighest"], "packageRules": [ { "groupName": "all non-major dependencies",