Skip to content

Commit 9b0e8d8

Browse files
committed
fix: Add groups to dependabot
1 parent 7e96cb9 commit 9b0e8d8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,12 @@ updates:
55
schedule:
66
interval: 'weekly'
77
open-pull-requests-limit: 10
8+
groups:
9+
storybook:
10+
patterns:
11+
- '@storybook/*'
12+
- storybook
13+
parcel:
14+
patterns:
15+
- '@parcel/*'
16+
- parcel

0 commit comments

Comments
 (0)