From fd53648190c193a9a86f19b0cc149519371a5ab6 Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Fri, 26 Jul 2024 11:37:26 -0400 Subject: [PATCH] update storybook pattern --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2a1c418f5..56929e32c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,11 +8,11 @@ updates: dev-dependencies: dependency-type: "development" exclude-patterns: - - "@storybook/*" + - "*storybook*" - "*electron*" storybook: patterns: - - "@storybook/*" + - "*storybook*" prod-dependencies: dependency-type: "production" exclude-patterns: