From 284d5e1564e7392422b9168e957c502d25ba4e31 Mon Sep 17 00:00:00 2001 From: Stuart Douglas Date: Tue, 17 Sep 2024 14:38:39 +1000 Subject: [PATCH] fix: run pnpmDedupe after renovate update (#2704) This should fix some of the issues we are having on renovate pull requests --- renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json5 b/renovate.json5 index 096e794969..6c50d167af 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -12,7 +12,7 @@ lockFileMaintenance: { enabled: true, // Automatically update lock files like pnpm-lock.yaml }, - postUpdateOptions: ["gomodTidy"], + postUpdateOptions: ["gomodTidy", "pnpmDedupe"], packageRules: [ { matchUpdateTypes: ["minor", "patch"],