From 516a29a674ead08ffc7a2bdb352ac044cf02de65 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Fri, 26 Jul 2024 14:35:54 +0200 Subject: [PATCH] refactor(dependabot): added necessary package to ignore for updates --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) 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