change pipeline schedules

This commit is contained in:
Luca Bilke 2024-05-22 13:48:28 +02:00
parent 61c90e71a1
commit 724a8ff600
No known key found for this signature in database
GPG Key ID: B753481DA0B6FA47
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: Pull upstream commits
on:
schedule:
- cron: "0 3 * * 7"
- cron: "0 0 * * *"
jobs:
sync_upstream:

View File

@ -2,7 +2,7 @@ name: Renovate
on:
schedule:
- cron: "* */8 * * *"
- cron: "0 * * * *"
jobs:
renovate: