Skip to content

Commit d6954f1

Browse files
author
Jehoszafat Zimnowoda
committed
ci: add renovate github action
1 parent 6e3178a commit d6954f1

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/renovate.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Renovate
2+
on:
3+
# This lets you dispatch a renovate job
4+
workflow_dispatch:
5+
6+
# schedule:
7+
# # Run every 30 minutes:
8+
# - cron: '0,30 * * * *'
9+
jobs:
10+
renovate:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Checkout
14+
uses: actions/[email protected]
15+
- name: Self-hosted Renovate
16+
uses: renovatebot/[email protected]
17+
with:
18+
configurationFile: .github/renovate.json
19+
token: ${{ secrets.RENOVATE_TOKEN }}

0 commit comments

Comments
 (0)