From f48e1ce54b4b73c09e606c6ff1a76baf4c404b69 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Mon, 31 Mar 2025 16:30:53 +0000 Subject: [PATCH] Attempt to group react repositories --- default.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/default.json b/default.json index fc076fb..5f762da 100644 --- a/default.json +++ b/default.json @@ -6,5 +6,18 @@ ":ignoreUnstable", "group:recommended" ], - "rangeStrategy": "bump" + "rangeStrategy": "bump", + "packageRules": [ + { + "groupName": "react", + "matchPackageNames": [ + "react", + "react-dom", + "react-is", + "@types/react", + "@types/react-dom", + "@types/react-is" + ] + } + ] } \ No newline at end of file