From 033873ed457ba459034b4af366b23c2ee45284c8 Mon Sep 17 00:00:00 2001 From: Dan Struble Date: Thu, 9 Apr 2026 17:55:17 +0000 Subject: [PATCH] increase cron frequency --- .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 3f29e60..7687e63 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 0,12 * * *" push: # runs this workflow when pushes to the main branch are made branches: - main