From 22b13f7286f6ba34fb9a1c45f37d83a07f9167f7 Mon Sep 17 00:00:00 2001 From: ivarflakstad <69173633+ivarflakstad@users.noreply.github.com> Date: Thu, 4 Jul 2024 11:09:51 +0200 Subject: [PATCH] Update renovate.json --- renovate.json | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/renovate.json b/renovate.json index cd820df7..813f85a3 100644 --- a/renovate.json +++ b/renovate.json @@ -6,27 +6,17 @@ ], "packageRules": [ { - "description": "Group all patch updates together", - "matchUpdateTypes": ["patch"], - "groupName": "all patch updates" - }, - { - "description": "Group all minor updates together", - "matchUpdateTypes": ["minor"], - "groupName": "all minor updates" - }, - { - "description": "Group all major updates together", - "matchUpdateTypes": ["major"], - "groupName": "all major updates" - }, - { - "description": "Group all pin and digest updates together", - "matchUpdateTypes": ["pin", "digest"], - "groupName": "all pin and digest updates" + "groupName": "{{manager}} non-major dependencies", + "groupSlug": "{{manager}}-minor-patch", + "matchPackagePatterns": [ + "*" + ], + "matchUpdateTypes": [ + "minor", + "patch" + ] } ], - "schedule": ["before 5am on monday"], "baseBranches": ["main"], "labels": ["dependencies"], "timezone": "Europe/Amsterdam"