Compare commits

...

2 commits

Author SHA1 Message Date
c201246d6b
use hash again
All checks were successful
renovate / renovate (push) Successful in 1m46s
2024-01-21 09:19:10 +01:00
af3b558b1e
allow manual triggering the workflow
currently not supported by gitea, but for the future
2024-01-21 09:17:59 +01:00

View file

@ -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