We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230180e commit 3547b4cCopy full SHA for 3547b4c
.github/dependabot.yml
@@ -5,6 +5,25 @@ updates:
5
schedule:
6
interval: weekly
7
open-pull-requests-limit: 10
8
+ groups:
9
+ eslint:
10
+ patterns:
11
+ - "*eslint*"
12
+ sinon:
13
14
+ - "*sinon*"
15
+ chai:
16
17
+ - "*chai*"
18
+ karma:
19
20
+ - "*karma*"
21
+ mocha:
22
23
+ - "*mocha*"
24
+ babel:
25
26
+ - "*babel*"
27
- package-ecosystem: github-actions
28
directory: "/"
29
0 commit comments