From 170d49fb76031f4911140b8499a4a824078db4ae Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Sat, 10 Aug 2024 19:18:52 +0200 Subject: [PATCH] change cron trigger to daily (15 8 * * *) --- .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 1f3b251..f70b9ae 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -2,7 +2,7 @@ name: renovate on: schedule: - - cron: "@hourly" + - cron: "15 8 * * *" push: branches: - main