Compare commits

..

3 commits

Author SHA1 Message Date
219c723fb4 chore(deps): update actions/checkout action to v4.1.1 2024-01-21 08:20:54 +00:00
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 name: renovate
on: on:
workflow_dispatch:
schedule: schedule:
- cron: "0 0 * * *" - cron: "0 0 * * *"