From cc0e4bbbdede03e1e8a6259cdc8ebc8e088468a1 Mon Sep 17 00:00:00 2001 From: "Marcus R. Brown" Date: Mon, 4 Nov 2024 02:13:53 -0700 Subject: [PATCH] ci(renovate): replace `pnpm install` with `bootstrap` script --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 9caf6d61..72406fe6 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -69,7 +69,7 @@ }, platformAutomerge: false, postUpgradeTasks: { - commands: ['pnpm install --frozen-lockfile', 'pnpm fix', 'pnpm format'], + commands: ['pnpm bootstrap', 'pnpm fix', 'pnpm format'], executionMode: 'branch', }, prBodyDefinitions: {