allow manual triggering the workflow

currently not supported by gitea, but for the future
This commit is contained in:
Oliver Lippert 2024-01-21 09:17:59 +01:00
parent 690e1743db
commit af3b558b1e
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3

View file

@ -1,6 +1,8 @@
name: renovate name: renovate
on: on:
workflow_dispatch:
schedule: schedule:
- cron: "0 0 * * *" - cron: "0 0 * * *"