Skip to content

Commit

Permalink
Merge pull request #395 from mikesplain/test-renovate/renovatebot-git…
Browse files Browse the repository at this point in the history
…hub-action-41.x
  • Loading branch information
mikesplain authored Dec 1, 2024
2 parents 43c3c55 + c99ba55 commit 75f8a75
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].4
uses: renovatebot/[email protected].5
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].4
uses: renovatebot/[email protected].5
if: ${{ github.ref == 'refs/heads/main' }}
with:
configurationFile: .github/renovate.json
Expand Down

0 comments on commit 75f8a75

Please sign in to comment.