From 9beaa3e1d146674370abe094e0933eca618d2aac Mon Sep 17 00:00:00 2001 From: Jack Westbrook Date: Thu, 27 Feb 2025 16:30:21 +0100 Subject: [PATCH] CI: Update renovate storybook config (#101424) ci(renovate): when bumping storybook always update package.json so e2e ci step runs --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index a782ac2c0a0..43a537f2fa1 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -32,6 +32,7 @@ extends: ["schedule:monthly"], groupName: "Storybook updates", matchPackageNames: ["/^@?storybook/"], + rangeStrategy: "bump", }, { groupName: "React Aria",