Skip to content

Commit 4be461b

Browse files
authored
refactor(dependabot): added necessary package to ignore for updates (#2685)
refactor(dependabot): added necessary package to ignore for major updates
1 parent edd4fb6 commit 4be461b

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
@@ -70,6 +70,8 @@ updates:
7070
update-types: ['version-update:semver-major']
7171
- dependency-name: '@storybook/web-components'
7272
update-types: ['version-update:semver-major']
73+
- dependency-name: '@storybook/web-components-vite'
74+
update-types: ['version-update:semver-major']
7375
pull-request-branch-name:
7476
separator: '-'
7577
# https://github.com/dependabot/dependabot-core/issues/5226#issuecomment-1179434437

0 commit comments

Comments
 (0)