From 22c2c7f74ba77efcd6565289d69599a719032738 Mon Sep 17 00:00:00 2001 From: Joe Karow <58997957+JoeKarow@users.noreply.github.com> Date: Tue, 12 Dec 2023 17:48:29 -0500 Subject: [PATCH] temp add "msw-storybook-addon@canary" to patched section to separate from regular --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 1fee21658d..29148eb772 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -6,7 +6,7 @@ "packageRules": [ { "groupName": "patched packages", - "matchPackageNames": ["@crowdin/ota-client", "trpc-panel"], + "matchPackageNames": ["@crowdin/ota-client", "trpc-panel", "msw-storybook-addon"], "matchUpdateTypes": ["major", "minor", "patch"] } ],