From ed7552db79378728dc96a8d07d42afe2bd658129 Mon Sep 17 00:00:00 2001 From: Jack Westbrook Date: Mon, 24 Jan 2022 12:44:36 +0100 Subject: [PATCH] Renovate: Separate storybook from monthly patches (#44373) --- .github/renovate.json5 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 6e4b7d4b3da..2e1593dc2bb 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -31,8 +31,14 @@ "packageRules": [ { "matchUpdateTypes": ["patch"], + "excludePackagePatterns": ["@storybook"], "extends": ["schedule:monthly"], "groupName": "Monthly patch updates" + }, + { + "matchPackagePatterns": ["@storybook"], + "extends": ["schedule:monthly"], + "groupName": "Storybook updates" } ], "pin": {