Skip to content

Commit 3547b4c

Browse files
committed
ci: dependabot groups to reduce the number of pull requests
Signed-off-by: Vincent Biret <[email protected]>
1 parent 230180e commit 3547b4c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ updates:
55
schedule:
66
interval: weekly
77
open-pull-requests-limit: 10
8+
groups:
9+
eslint:
10+
patterns:
11+
- "*eslint*"
12+
sinon:
13+
patterns:
14+
- "*sinon*"
15+
chai:
16+
patterns:
17+
- "*chai*"
18+
karma:
19+
patterns:
20+
- "*karma*"
21+
mocha:
22+
patterns:
23+
- "*mocha*"
24+
babel:
25+
patterns:
26+
- "*babel*"
827
- package-ecosystem: github-actions
928
directory: "/"
1029
schedule:

0 commit comments

Comments
 (0)