We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3efae1d commit fb30697Copy full SHA for fb30697
.github/dependabot.yml
@@ -11,6 +11,11 @@ updates:
11
open-pull-requests-limit: 10
12
reviewers:
13
- issue-ops/maintainers
14
+ groups:
15
+ actions-minor:
16
+ update-types:
17
+ - minor
18
+ - patch
19
20
- package-ecosystem: npm
21
directory: /
@@ -22,3 +27,13 @@ updates:
22
27
23
28
24
29
30
31
+ npm-development:
32
+ dependency-type: development
33
34
35
36
+ npm-production:
37
+ dependency-type: production
38
39
0 commit comments