From 2e4403bf1d15984f4fb403d2187d365c17471b46 Mon Sep 17 00:00:00 2001 From: Christopher Wiles Date: Mon, 22 Jul 2024 11:04:00 -0500 Subject: [PATCH] Update renovate.json --- renovate.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index 2f68c5c..ad992a3 100644 --- a/renovate.json +++ b/renovate.json @@ -3,7 +3,7 @@ "rangeStrategy": "pin", "packageRules": [ { - "groupName": "all minor devDependencies", + "groupName": "all minor and patch devDependencies", "matchDepTypes": ["devDependencies"], "matchUpdateTypes": ["minor", "patch"], "automerge": false @@ -15,9 +15,15 @@ "automerge": false }, { - "groupName": "all dependencies", + "groupName": "all minor and patch dependencies", "matchDepTypes": ["dependencies"], - "matchUpdateTypes": ["minor", "patch", "major"], + "matchUpdateTypes": ["minor", "patch"], + "automerge": false + }, + { + "groupName": "all major dependencies", + "matchDepTypes": ["dependencies"], + "matchUpdateTypes": ["major"], "automerge": false } ], @@ -33,6 +39,6 @@ ], "prCreation": "immediate", "automerge": false, - "branchConcurrentLimit": 10, + "branchConcurrentLimit": 50, "dependencyDashboard": true }