From 11e4ff5e26bec72a6dafe7bc91b6389be5ff9896 Mon Sep 17 00:00:00 2001 From: Max Dymond Date: Mon, 13 May 2024 16:20:34 +0100 Subject: [PATCH] Group all non-major updates together to reduce PR spam --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 89a0d18fc2..98807990b6 100644 --- a/renovate.json +++ b/renovate.json @@ -1,7 +1,8 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:best-practices" + "config:best-practices", + "group:allNonMajor" ], "customManagers": [ {