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 f61946d commit 8ca0e8bCopy full SHA for 8ca0e8b
.github/dependabot.yml
@@ -26,9 +26,15 @@ updates:
26
# we ignore TS as a part of quarterly dependency updates.
27
- dependency-name: "typescript"
28
groups:
29
+ prod-dependencies:
30
+ dependency-type: "production"
31
+ applies-to: version-updates
32
+ update-types:
33
+ - "minor"
34
+ - "patch"
35
development-dependencies:
36
dependency-type: "development"
37
applies-to: version-updates
38
update-types:
39
- "minor"
- - "patch"
40
0 commit comments