Compare commits
2 commits
690e1743db
...
c201246d6b
Author | SHA1 | Date | |
---|---|---|---|
c201246d6b | |||
af3b558b1e |
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
name: renovate
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
|
@ -14,7 +16,7 @@ jobs:
|
|||
container: ghcr.io/renovatebot/renovate:37.140.10
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.0.0
|
||||
uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # 4.0.0
|
||||
|
||||
- name: Renovate
|
||||
run: renovate
|
||||
|
|
Loading…
Add table
Reference in a new issue