Skip to content

Commit

Permalink
ci: add renovate github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jehoszafat Zimnowoda committed Apr 30, 2024
1 parent 6e3178a commit d6954f1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Renovate
on:
# This lets you dispatch a renovate job
workflow_dispatch:

# schedule:
# # Run every 30 minutes:
# - cron: '0,30 * * * *'
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.4
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.1.11
with:
configurationFile: .github/renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}

0 comments on commit d6954f1

Please sign in to comment.