Skip to content

Commit 3b856ce

Browse files
authored
refactor(dependabot): added necessary package to ignore for updates (#2687)
1 parent 78783cf commit 3b856ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ updates:
7272
update-types: ['version-update:semver-major']
7373
- dependency-name: '@storybook/web-components-vite'
7474
update-types: ['version-update:semver-major']
75+
- dependency-name: 'storybook'
76+
update-types: ['version-update:semver-major']
7577
pull-request-branch-name:
7678
separator: '-'
7779
# https://github.com/dependabot/dependabot-core/issues/5226#issuecomment-1179434437

0 commit comments

Comments
 (0)