Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Loading