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 47368d4 commit 9f59960Copy full SHA for 9f59960
.github/workflows/renovate.yml
@@ -0,0 +1,16 @@
1
+name: Renovate
2
+
3
+on:
4
+ workflow_dispatch:
5
+ schedule:
6
+ - cron: "0 16 * * *"
7
8
+jobs:
9
+ renovate:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: actions/checkout@v4
13
+ - name: Self-hosted Renovate
14
+ uses: renovatebot/github-action@v43.0.10
15
+ with:
16
+ token: ${{ secrets.RENOVATE_TOKEN }}
renovate.json
@@ -0,0 +1,4 @@
+{
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+ "extends": ["config:recommended"]
+}
0 commit comments