From 1ebe24a42af33cb9a7e0662c555eaae4ee6fdd40 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Wed, 3 Jul 2024 10:02:11 +0200 Subject: [PATCH] [ci] fix: cron --- .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 34695e9..7add376 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -4,7 +4,7 @@ name: 'Renovate Bot' on: schedule: - - cron: "0 45 6 * * *" + - cron: '45 6 * * *' push: branches: - 'master'