From 16d658a1c3d5047da925d3518d0b18a0f3a89b84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Chapron?= <34628915+sc979@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:37:56 +0100 Subject: [PATCH] Update renovate.json fix --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 328bea06c9..1ba78d6b6e 100644 --- a/renovate.json +++ b/renovate.json @@ -36,6 +36,6 @@ "commitMessageSuffix": "[SECURITY]" }, "postUpgradeTasks": { - "postUpdateOptions" : "pnpmDedupe" + "postUpdateOptions" : ["pnpmDedupe"] } }