diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml index 0ebd086..579e385 100644 --- a/.github/workflows/dependency-updates.yml +++ b/.github/workflows/dependency-updates.yml @@ -48,7 +48,7 @@ jobs: Copy-Item renovate-config/default-repo-config.json -Destination $path -Force } - name: Run Renovate - uses: renovatebot/github-action@v46.1.21 + uses: renovatebot/github-action@v46.2.1 with: configurationFile: "renovate-config/${{ github.event.repository.name }}/config.json" token: ${{ steps.get-token.outputs.token }}