Skip to content

Commit

Permalink
Implement grouped Dependabot updates (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 authored Sep 24, 2024
1 parent c0d218d commit 65702f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,9 @@ updates:
# Poetry should always install the latest version instead
- dependency-name: "pyright"
update-types: ["version-update:semver-patch"]
groups:
dev-deps:
dependency-type: "development"
prod-deps:
dependency-type: "production"

0 comments on commit 65702f4

Please sign in to comment.