From f8d10332d0888348796a7170bbfd7a38062c506e Mon Sep 17 00:00:00 2001 From: Alexey <65923482+Thoroldvix@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:27:50 +0300 Subject: [PATCH] chore: change renovate schedule from weekly to monthly --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 28be9de..d2440af 100644 --- a/renovate.json +++ b/renovate.json @@ -4,6 +4,6 @@ "config:base", ":dependencyDashboard", ":semanticCommits", - "schedule:weekly" + "schedule:monthly" ] -} \ No newline at end of file +}