Skip to content

Commit ac7c711

Browse files
testing renovate
1 parent 7ff7898 commit ac7c711

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/renovate.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Renovate
2+
3+
on:
4+
push:
5+
branches: [ "main" ]
6+
pull_request:
7+
branches: [ "main" ]
8+
workflow_dispatch:
9+
10+
jobs:
11+
renovate:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Checkout
15+
uses: actions/[email protected]
16+
- name: Self-hosted Renovate
17+
uses: renovatebot/[email protected]
18+
with:
19+
token: ${{ secrets.RENOVATE_TOKEN }}

0 commit comments

Comments
 (0)