diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 90dfe5b..2588e95 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -38,14 +38,14 @@ jobs: run: jq '.dryRun = "true"' .github/renovate.json > .github/renovate-dry-run.json - name: Renovate - Dry Run - uses: renovatebot/github-action@v46.1.16 + uses: renovatebot/github-action@v46.1.17 if: ${{ github.ref != 'refs/heads/main' }} with: configurationFile: .github/renovate-dry-run.json token: "x-access-token:${{ steps.generate_token.outputs.token }}" - name: Renovate - uses: renovatebot/github-action@v46.1.16 + uses: renovatebot/github-action@v46.1.17 if: ${{ github.ref == 'refs/heads/main' }} with: configurationFile: .github/renovate.json