From 1cf182b7caaf1e86e3f4a12eb2dbd48901e95e8e Mon Sep 17 00:00:00 2001 From: LongYinan Date: Fri, 26 Jan 2024 06:19:37 +0000 Subject: [PATCH] ci: add postUpdateOptions to renovate (#5714) --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json b/.github/renovate.json index c42ac66181..1cf343236f 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -70,6 +70,7 @@ "commitMessageAction": "bump up", "commitMessageTopic": "{{depName}} version", "ignoreDeps": [], + "postUpdateOptions": ["yarnDedupeHighest"], "lockFileMaintenance": { "enabled": true, "extends": ["schedule:weekly"]