From 30273649ec723f1bdb864ff8f07cc8dec7d81954 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Wed, 15 Oct 2025 11:45:02 +0530 Subject: [PATCH] use standard cron expression --- .github/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 0d03e98..b5683d3 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -2,7 +2,7 @@ name: renovate on: schedule: - - cron: "@daily" + - cron: "0 0 * * *" workflow_dispatch: jobs: