Skip to content

Commit 57d896f

Browse files
holblinJean-Philippe Zolesio
and
Jean-Philippe Zolesio
authored
Update dependabot to group packages (#466)
Co-authored-by: Jean-Philippe Zolesio <[email protected]>
1 parent 9342d97 commit 57d896f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/dependabot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,21 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "daily"
12+
groups:
13+
parcel-packages:
14+
patterns:
15+
- "parcel"
16+
- "@parcel/*"
17+
jest-packages:
18+
patterns:
19+
- "jest"
20+
- "ts-jest"
21+
- "@types/jest"
22+
benchmark-packages:
23+
patterns:
24+
- "benchmark"
25+
- "@types/benchmark"
26+
bytes-packages:
27+
patterns:
28+
- "bytes"
29+
- "@types/bytes"

0 commit comments

Comments
 (0)