From cff6d1cf8be28a47e50b2d663edb42bbefb8fd06 Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Tue, 1 Nov 2022 11:52:17 +0000 Subject: [PATCH] Chore: group some packages to reduce number of PRs (#57912) * group some packages to reduce number of PRs * Group slate + slate-react together * kick drone --- .github/renovate.json5 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 6e33a679cda..dfb014ec812 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -50,6 +50,27 @@ "matchPackagePatterns": ["@storybook"], "extends": ["schedule:monthly"], "groupName": "Storybook updates" + }, + { + "groupName": "React Aria", + "matchPackagePrefixes": [ + "@react-aria/", + "@react-stately/" + ] + }, + { + "groupName": "Moveable", + "matchPackageNames": [ + "moveable", + "react-moveable" + ] + }, + { + "groupName": "Slate", + "matchPackageNames": [ + "slate", + "slate-react" + ] } ], "pin": {