From f1c29c8df8e4377fa3104027982a5e5c03cf4ac4 Mon Sep 17 00:00:00 2001 From: "Nir.Tal" Date: Mon, 28 Oct 2024 14:45:54 +0200 Subject: [PATCH] fix: consolidate pre commit --- renovate.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/renovate.json b/renovate.json index 4f9ba20c3..6217d97d1 100644 --- a/renovate.json +++ b/renovate.json @@ -8,11 +8,6 @@ "groupName": "all pre-commit updates", "managers": [ "pre-commit" - ], - "matchUpdateTypes": [ - "major", - "minor", - "patch" ] } ], @@ -20,6 +15,6 @@ "enabled": true }, "schedule": [ - "before 4am on the first day of the month" + "monthly" ] }