Skip to content

Commit 65702f4

Browse files
authored
Implement grouped Dependabot updates (#205)
1 parent c0d218d commit 65702f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

+5
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,9 @@ updates:
2020
# Poetry should always install the latest version instead
2121
- dependency-name: "pyright"
2222
update-types: ["version-update:semver-patch"]
23+
groups:
24+
dev-deps:
25+
dependency-type: "development"
26+
prod-deps:
27+
dependency-type: "production"
2328

0 commit comments

Comments
 (0)