diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 765256fb7..8ba0580f0 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -33,6 +33,6 @@ jobs: uses: renovatebot/github-action@3cef36a9aba515d8726b491905b3bc766832e221 # v39.0.5 with: # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate - renovate-version: 36.109.4 + renovate-version: 37.19.2 configurationFile: renovate.json5 token: x-access-token:${{ steps.get-token.outputs.token }}