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 }}