From 0f1903ef04d510869f4c8f56914018a2621418f8 Mon Sep 17 00:00:00 2001 From: Alexander Linne Date: Fri, 27 Sep 2024 11:58:23 +0200 Subject: [PATCH] chore: group non major dependencies Signed-off-by: Alexander Linne --- renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 1ee063b5..1bf1f314 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,9 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:base"], + "extends": [ + "config:base", + "group:allNonMajor" + ], "customManagers": [ { "customType": "regex",