We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ea299 commit 9832b5eCopy full SHA for 9832b5e
1 file changed
.github/dependabot.yml
@@ -43,10 +43,14 @@ updates:
43
versions: ["18.x"]
44
45
versioning-strategy: increase
46
- allow:
47
- - dependency-type: "development"
48
49
groups:
+ prod-dependencies:
+ dependency-type: "production"
50
+ applies-to: version-updates
51
+ update-types:
52
+ - "minor"
53
+ - "patch"
54
development-dependencies:
55
dependency-type: "development"
56
applies-to: version-updates
0 commit comments