From 977038a046ad6226c354965a2c0cd40db0d88745 Mon Sep 17 00:00:00 2001 From: Jennifer Shehane Date: Wed, 7 Aug 2024 14:20:22 -0400 Subject: [PATCH 1/3] empty commit From 365fab33360f519fa72373a4a3c22dab9b68d257 Mon Sep 17 00:00:00 2001 From: Jennifer Shehane Date: Mon, 19 Aug 2024 14:09:13 -0400 Subject: [PATCH 2/3] Update renovate.json to run yarn deduplication with highest strategy --- renovate.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/renovate.json b/renovate.json index 6d27b0845e9d..7a21abc1ee3d 100644 --- a/renovate.json +++ b/renovate.json @@ -26,6 +26,9 @@ ] } ], + "postUpdateOptions": [ + "yarnDedupeHighest" + ], "prConcurrentLimit": 4, "prHourlyLimit": 1, "rangeStrategy": "bump", From 5e8df1dd73074bf4dce03fda257ac59ff107065f Mon Sep 17 00:00:00 2001 From: Jennifer Shehane Date: Mon, 19 Aug 2024 14:18:12 -0400 Subject: [PATCH 3/3] empty commit