From e6ce7ecdc19bbc2eefcfb225a638440a54b4b8cb Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Tue, 18 Mar 2025 20:50:24 +0100 Subject: [PATCH] chore: disable automatic pnpm updates --- .github/workflows/update-dependencies.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 9bf2086d..32a52268 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -23,7 +23,9 @@ jobs: node-version: 22 cache: pnpm - run: | - pnpm self-update + # Disable for now as pnpm updates through corepack + # don't work well yet for bare-metal installations. + # pnpm self-update pnpm up --latest - uses: peter-evans/create-pull-request@v7 id: cpr