Skip to content

Commit

Permalink
Added GitHub Actions config.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Mar 3, 2023
1 parent 45f5d34 commit a0dfb8a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/renovate.yml
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 }}

0 comments on commit a0dfb8a

Please sign in to comment.