Skip to content

Commit 44dabf4

Browse files
authored
Create renovate.yml
1 parent 2599ed5 commit 44dabf4

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.github/workflows/renovate.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)