Skip to content

Commit 8ca0e8b

Browse files
authored
chore: Update dependabot.yml to group prod dependencies (#814)
1 parent f61946d commit 8ca0e8b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,15 @@ updates:
2626
# we ignore TS as a part of quarterly dependency updates.
2727
- dependency-name: "typescript"
2828
groups:
29+
prod-dependencies:
30+
dependency-type: "production"
31+
applies-to: version-updates
32+
update-types:
33+
- "minor"
34+
- "patch"
2935
development-dependencies:
3036
dependency-type: "development"
3137
applies-to: version-updates
3238
update-types:
3339
- "minor"
34-
- "patch"
40+
- "patch"

0 commit comments

Comments
 (0)