Skip to content

Commit

Permalink
Merge pull request #308 from mikesplain/dependabot/github_actions/ren…
Browse files Browse the repository at this point in the history
…ovatebot/github-action-38.1.11

Bump renovatebot/github-action from 38.1.8 to 38.1.11
  • Loading branch information
mikesplain authored Jul 10, 2023
2 parents 19e513b + 67f57a9 commit 0a64e80
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].8
uses: renovatebot/[email protected].11
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].8
uses: renovatebot/[email protected].11
if: ${{ github.ref == 'refs/heads/main' }}
with:
configurationFile: .github/renovate.json
Expand Down

0 comments on commit 0a64e80

Please sign in to comment.