We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4734a1 commit becf818Copy full SHA for becf818
1 file changed
.github/workflows/renovate.yml
@@ -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