-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
45f5d34
commit a0dfb8a
Showing
1 changed file
with
25 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: Renovate | ||
on: | ||
schedule: | ||
- cron: '45 * * * *' | ||
jobs: | ||
renovate: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected] | ||
- uses: suzuki-shunsuke/[email protected] | ||
- name: Self-hosted Renovate | ||
uses: renovatebot/[email protected] | ||
env: | ||
# Update the value of RENOVATE_GIT_AUTHOR with your own. | ||
RENOVATE_GIT_AUTHOR: 'Renovate Self Hosted <[email protected]>' | ||
RENOVATE_DEPENDENCY_DASHBOARD_TITLE: 'Renovate Dependency Dashboard (self-hosted) by GitHub Actions' | ||
RENOVATE_DEPENDENCY_DASHBOARD: true | ||
RENOVATE_REPOSITORIES: ${{ github.repository }} | ||
RENOVATE_PLATFORM: 'github' | ||
RENOVATE_AUTODISCOVER: false | ||
RENOVATE_DRY_RUN: false | ||
with: | ||
configurationFile: renovate.json | ||
token: ${{ secrets.RENOVATE_TOKEN }} |