From 8410909f04bfc98a6104b16df590a1f22ef9396a Mon Sep 17 00:00:00 2001 From: ditmarvisser Date: Sat, 26 Jul 2025 20:50:47 +0200 Subject: [PATCH] Update .gitea/workflows/renovate.yaml --- .gitea/workflows/renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index fa7ca2f..c9a5e5c 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -5,7 +5,7 @@ on: branches: - main schedule: # runs this workflow at the scheduled time (uses UTC, adjust for your timezone) - - cron: "0 12 * * *" + - cron: "0 4 * * 3,6" # “At 04:00 on Wednesday and Saturday.” push: # runs this workflow when pushes to the main branch are made branches: - main