Allow manual trigger of Renovate workflow

This commit is contained in:
Tobi Schäfer 2025-01-03 15:55:49 +01:00
parent d18513fb76
commit 6d355fc5bd
Signed by: tobi
GPG key ID: 91FAE6FE2EBAC4C8

View file

@ -3,6 +3,7 @@ name: Run Renovate
on:
schedule:
- cron: "13 * * * *"
workflow_dispatch:
jobs:
renovate: