Skip to content

Commit

Permalink
Update renovatebot/github-action action to v40.2.4
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Splain <[email protected]>
  • Loading branch information
private-renovatebot[bot] committed Jul 30, 2024
1 parent b0b08d4 commit dd23188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd23188

Please sign in to comment.