From 7d24cc3c8e8e9feb4dce5d26780ef028f61460e6 Mon Sep 17 00:00:00 2001 From: Salah-Eddine Saakoun Date: Tue, 22 Sep 2026 17:51:55 +0200 Subject: [PATCH] fix: pin the Renovate version --- .github/workflows/renovate.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 72d84b24383..788a7642421 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -36,6 +36,9 @@ jobs: - name: Run Renovate uses: renovatebot/github-action@dcfba84a42d1b5d5e49bf131b1bf53511851a123 # v46.3.1 + with: + # The action defaults this to the floating `44` tag. 44.107.0 runs the global Yarn 1.22.22 instead of the version in `packageManager`, so every lockfile update fails. Bump once that is fixed upstream. + renovate-version: 44.106.0 env: RENOVATE_TOKEN: ${{ steps.get-token.outputs.token }} RENOVATE_REPOSITORIES: ${{ github.repository }}