From 8ed734b4e6fe4e06a728bb423ca5dbadec7cfc40 Mon Sep 17 00:00:00 2001 From: update-bot Date: Tue, 3 Jun 2025 09:46:16 -0500 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 24edca8..79a68c0 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 10 * * *" push: # runs this workflow when pushes to the main branch are made branches: - main