-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Renovate self-hosted GHA. (#1346)
- Loading branch information
1 parent
d21e512
commit f2b83ab
Showing
1 changed file
with
29 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,29 @@ | ||
name: Renovate | ||
|
||
on: | ||
schedule: | ||
- cron: '45 11,23 * * *' | ||
|
||
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: false | ||
RENOVATE_REPOSITORIES: ${{ github.repository }} | ||
RENOVATE_PLATFORM: 'github' | ||
RENOVATE_AUTODISCOVER: false | ||
RENOVATE_DRY_RUN: false | ||
with: | ||
configurationFile: renovate.json | ||
token: ${{ secrets.RENOVATE_TOKEN }} |
f2b83ab
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Published on https://drevops-scaffold-docs.netlify.app as production
🚀 Deployed on https://66bc9beca9b1db99dcf8c798--drevops-scaffold-docs.netlify.app