From 86b4f713ee50135042ce54f2d816b3e1a92915b0 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Fri, 1 Aug 2025 12:08:20 +0100 Subject: [PATCH] Chore: Trying to disable Renovate React monorepo rule --- renovate.json5 | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/renovate.json5 b/renovate.json5 index d2b63f494a..f9595d16c9 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -229,6 +229,19 @@ "bat", ], "packageRules": [ + // The React Monorepo rule appears to be automatically enabled, but the PR will usually fail + // as there are too many packages at the same time. It also keeps recreating it when it's + // closed so here we're trying to disable it. + { + "matchPackagePatterns": [ + "react", + "react-*", + "@types/react", + "@types/react-*", + ], + "groupName": null, + } + { "matchUpdateTypes": ["patch"], "automerge": true,