Skip to content

Commit

Permalink
Merge pull request #392 from mikesplain/test-renovate/renovatebot-git…
Browse files Browse the repository at this point in the history
…hub-action-41.x

Update renovatebot/github-action action to v41.0.4
  • Loading branch information
mikesplain authored Dec 1, 2024
2 parents 948ec62 + 65e52fa commit 43c3c55
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/[email protected].3
uses: renovatebot/[email protected].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/[email protected].3
uses: renovatebot/[email protected].4
if: ${{ github.ref == 'refs/heads/main' }}
with:
configurationFile: .github/renovate.json
Expand Down

0 comments on commit 43c3c55

Please sign in to comment.