We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bd633e commit c0a9f34Copy full SHA for c0a9f34
1 file changed
.github/dependabot.yml
@@ -3,10 +3,17 @@ updates:
3
- package-ecosystem: "npm"
4
directory: "/"
5
schedule:
6
- interval: "daily"
+ interval: "monthly"
7
open-pull-requests-limit: 10
8
+ groups:
9
+ eslint:
10
+ patterns:
11
+ - '*eslint*'
12
+ jest:
13
14
+ - '*jest*'
15
16
- package-ecosystem: "github-actions"
17
directory: ".github/workflows"
18
19
0 commit comments