Skip to content

Commit

Permalink
chore(deps): bump renovatebot/github-action from 40.1.9 to 40.1.10 (#32)
Browse files Browse the repository at this point in the history
* chore(deps): bump renovatebot/github-action from 40.1.9 to 40.1.10

Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 40.1.9 to 40.1.10.
- [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.9...v40.1.10)

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

Signed-off-by: dependabot[bot] <support@github.com>

* ci: improve on statement

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: florianvazelle <ponythugflorian@gmail.com>
  • Loading branch information
dependabot[bot] and florianvazelle authored Apr 22, 2024
1 parent 74a97aa commit 123b0d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
paths:
- .github/renovate.json
- .github/workflows/renovate.yml

jobs:
renovate-local:
Expand All @@ -15,7 +16,7 @@ jobs:
- run: |
mv repo /tmp/repo
sudo chown -R runneradmin:root /tmp/repo
- uses: renovatebot/github-action@v40.1.9
- uses: renovatebot/github-action@v40.1.10
with:
configurationFile: /tmp/repo/.github/renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down

0 comments on commit 123b0d3

Please sign in to comment.