From 3d864919848503a2ccedc8f7d2cb7ce4e3e8f65c Mon Sep 17 00:00:00 2001 From: renovate_bot Date: Mon, 29 Dec 2025 16:12:31 +0100 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 013fa6f..644453a 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: "@daily" push: # runs this workflow when pushes to the main branch are made branches: - main