We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c905ed0 commit 3eaa48bCopy full SHA for 3eaa48b
1 file changed
.github/dependabot.yml
@@ -25,9 +25,12 @@ updates:
25
commit-message:
26
prefix: "chore"
27
groups:
28
- all-npm:
+ all-npm-minor-patch:
29
patterns:
30
- "*"
31
+ update-types:
32
+ - "minor"
33
+ - "patch"
34
35
- package-ecosystem: "npm"
36
directory: "/showcase/app"
@@ -36,6 +39,9 @@ updates:
39
37
40
38
41
42
43
44
45
46
47
0 commit comments