From 1c5d03b76430d188244ae5de2b19fe9f4199df06 Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Wed, 19 Jun 2024 11:27:05 -0500 Subject: [PATCH] Add storybook dependabot updates --- .github/dependabot.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f9df280..d9a6ba2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -38,3 +38,20 @@ updates: update-types: - major + - package-ecosystem: npm + directory: "/" + schedule: + interval: weekly + allow: + - dependency-name: storybook + - dependency-name: "@storybook/*" + groups: + minor-storybook-updates: + update-types: + - "patch" + - "minor" + major-storybook-updates: + update-types: + - "major" + +