ci: enable workflow_dispatch for renovate

This commit is contained in:
ThetaDev 2024-08-18 15:30:47 +02:00
parent 30c14957c8
commit c26835ba35

View file

@ -8,6 +8,7 @@ on:
- "renovate.json"
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
env:
RENOVATE_REPOSITORIES: ${{ github.repository }}