Skip to content

Commit becf818

Browse files
authored
ci: use renovate github action (#1008)
1 parent a4734a1 commit becf818

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/renovate.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Renovate
2+
on:
3+
schedule:
4+
- cron: "0 * * * *"
5+
workflow_dispatch:
6+
jobs:
7+
renovate:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: renovatebot/github-action@v41
11+
with:
12+
token: ${{ secrets.HOMEBREW_GITHUB_TOKEN }}
13+
configurationFile: renovate.json

0 commit comments

Comments
 (0)