Skip to content

Commit

Permalink
Fix dependency grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed Feb 28, 2024
1 parent bdf7f3f commit cc72a18
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ updates:
# Allow up to 10 dependencies for pip dependencies
open-pull-requests-limit: 20

prod-dependencies-minor-patch:
dependency-type: "production"
update-types:
- "minor"
- "patch"
dev-dependencies:
dependency-type: "development"
groups:
prod-dependencies-minor-patch:
dependency-type: "production"
update-types:
- "minor"
- "patch"
dev-dependencies:
dependency-type: "development"

0 comments on commit cc72a18

Please sign in to comment.