From a732c34e7ef35090a41c3b9f56ece2de4a6c10a5 Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 22 Oct 2025 17:35:22 +0000 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 c329b4a..d2465c2 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 14 * * *" push: # runs this workflow when pushes to the main branch are made branches: - main