From 1f518b2ce2ecf965b98b5ee1cb06b09a7c9c83cc Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Mon, 10 Mar 2025 22:44:54 +0100 Subject: [PATCH] Replace deprecated Renovate schedule with cron syntax --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 28f1ec13..75747a30 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -22,6 +22,6 @@ } ], "schedule": [ - "on the 5th day of the month" + "* * 5 * *" ] }