From 6f24f59a28cd5c43fe708794f18dbc9938412f61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20Lorentzen?= Date: Tue, 5 Aug 2025 13:18:54 +0200 Subject: [PATCH] fix: Group Renovate updates monthly --- renovate.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 3601fb0..6192035 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,5 @@ { "extends": [ - "github>capraconsulting/renovate-config:library", - "github>capraconsulting/renovate-config:aggressive" + "github>capralifecycle/renovate-config:monthly-grouped" ] }