From e176d8e3188110710cdb9115267d7c6e0f9fe2a6 Mon Sep 17 00:00:00 2001 From: Yuri Shkuro <3492805+boladespejos8x@users.noreply.github.com> Date: Mon, 15 Jul 2024 15:37:36 -0400 Subject: [PATCH] Allow dependency updates once a month Signed-off-by: Yuri Shkuro --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 2ea9ccf..816cae8 100644 --- a/renovate.json +++ b/renovate.json @@ -8,5 +8,6 @@ "gomodTidy", "gomodUpdateImportPaths" ], - "suppressNotifications": ["prEditedNotification"] + "suppressNotifications": ["prEditedNotification"], + "schedule": ["on the first day of the month"] }