From 0eca9bc3f059e3bbf947f5740328ec834c3666aa Mon Sep 17 00:00:00 2001 From: MishNajam <61416092+MishNajam@users.noreply.github.com> Date: Mon, 29 Jul 2024 16:44:54 +0100 Subject: [PATCH] VEGA-2577 increase renovate threshold #patch --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 1fd56e53..ff884a09 100644 --- a/renovate.json +++ b/renovate.json @@ -29,7 +29,7 @@ "minor", "patch" ], - "schedule": "* 6 1 * *", + "schedule": "* 0-6 1 * *", "stabilityDays": 3, "prPriority": 4 }