-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[.github/workflows] Update renovatebot/github-action action to v40.3.6 (
#277) Co-authored-by: Renovate Bot <[email protected]>
- Loading branch information
1 parent
7dcd3f8
commit 1daf566
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,7 @@ jobs: | |
|
||
- name: Self-hosted Renovate | ||
if: startsWith(github.event.comment.body, '/renovate') | ||
uses: renovatebot/[email protected].5 | ||
uses: renovatebot/[email protected].6 | ||
with: | ||
token: ${{ secrets.RENOVATE_TOKEN }} | ||
configurationFile: .github/renovate.json5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Self-hosted Renovate | ||
uses: renovatebot/[email protected].5 | ||
uses: renovatebot/[email protected].6 | ||
with: | ||
token: ${{ secrets.RENOVATE_TOKEN }} | ||
configurationFile: .github/renovate.json5 | ||
|