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": {