From 71114abfb2287c1382f3ecf2c7dc5b303cf81112 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 26 Feb 2025 13:03:55 -0600 Subject: [PATCH] update cron --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index af14eb3c2..59fc67062 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -6,7 +6,7 @@ ":rebaseStalePrs" ], "timezone": "US/Central", - "schedule": [ "0 */2 * * *" ], + "schedule": [ "* */2 * * *" ], "labels": [], "prHourlyLimit": 0, "prConcurrentLimit": 0,