From c2266884e86113c6c5224bca88ec2f8f38ec79a9 Mon Sep 17 00:00:00 2001 From: Vilsol Date: Sat, 29 Jun 2024 22:03:07 +0300 Subject: [PATCH] chore: run renovate once a day --- .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 0d657680..b3d44338 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -2,7 +2,7 @@ name: Renovate on: workflow_dispatch: schedule: - - cron: '0 * * * *' + - cron: '0 12 * * *' jobs: renovate: