From 7a7aa049a8e0f47df72a3652c3f2c1ffa3eaa98e Mon Sep 17 00:00:00 2001 From: Yuri Shkuro 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"] }