Compare commits
3 commits
f880d544c0
...
219c723fb4
Author | SHA1 | Date | |
---|---|---|---|
219c723fb4 | |||
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
|
||||
- name: Renovate
|
||||
run: renovate
|
||||
|
|
Loading…
Add table
Reference in a new issue