diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 3318970..f7ee895 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@v40.1.11 + uses: renovatebot/github-action@v40.2.4 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@v40.1.11 + uses: renovatebot/github-action@v40.2.4 if: ${{ github.ref == 'refs/heads/main' }} with: configurationFile: .github/renovate.json