We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2599ed5 commit 44dabf4Copy full SHA for 44dabf4
1 file changed
.github/workflows/renovate.yml
@@ -0,0 +1,23 @@
1
+name: Renovate Workflow
2
+
3
+on:
4
+ schedule:
5
+ - cron: "0 * * * *"
6
+ workflow_dispatch:
7
8
+jobs:
9
+ renovate:
10
+ runs-on: ubuntu-latest
11
12
+ steps:
13
+ - name: Checkout
14
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
15
16
+ - name: Run Renovate
17
+ uses: renovatebot/github-action@b67590ea780158ccd13192c22a3655a5231f869d # v46.1.8
18
+ with:
19
+ token: ${{ secrets.RENOVATE_PAT }}
20
+ env:
21
+ LOG_LEVEL: debug
22
+ RENOVATE_PLATFORM: github
23
+ RENOVATE_REPOSITORIES: ${{ github.repository }}
0 commit comments