diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a51f79ec6..b282ee736 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -72,6 +72,8 @@ updates: update-types: ['version-update:semver-major'] - dependency-name: '@storybook/web-components-vite' update-types: ['version-update:semver-major'] + - dependency-name: 'storybook' + update-types: ['version-update:semver-major'] pull-request-branch-name: separator: '-' # https://github.com/dependabot/dependabot-core/issues/5226#issuecomment-1179434437