change cron trigger to daily (15 8 * * *)
All checks were successful
renovate / renovate (push) Successful in 1m2s

This commit is contained in:
Felix Schulze 2024-08-10 19:18:52 +02:00
parent 6c7d950530
commit 170d49fb76

View File

@ -2,7 +2,7 @@ name: renovate
on: on:
schedule: schedule:
- cron: "@hourly" - cron: "15 8 * * *"
push: push:
branches: branches:
- main - main