Skip to content

Commit

Permalink
Bump renovatebot/github-action from 40.1.11 to 40.2.4
Browse files Browse the repository at this point in the history
Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 40.1.11 to 40.2.4.
- [Release notes](https://github.com/renovatebot/github-action/releases)
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md)
- [Commits](renovatebot/github-action@v40.1.11...v40.2.4)

---
updated-dependencies:
- dependency-name: renovatebot/github-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 30, 2024
1 parent b0b08d4 commit 213d1ed
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 213d1ed

Please sign in to comment.