Skip to content

Commit

Permalink
Bump renovatebot/github-action from 41.0.5 to 41.0.7
Browse files Browse the repository at this point in the history
Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 41.0.5 to 41.0.7.
- [Release notes](https://github.com/renovatebot/github-action/releases)
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md)
- [Commits](renovatebot/github-action@v41.0.5...v41.0.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 24, 2024
1 parent 99fc0a2 commit 247c62c
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].5
uses: renovatebot/[email protected].7
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].5
uses: renovatebot/[email protected].7
if: ${{ github.ref == 'refs/heads/main' }}
with:
configurationFile: .github/renovate.json
Expand Down

0 comments on commit 247c62c

Please sign in to comment.