Skip to content

Commit

Permalink
Merge pull request #481 from UW-GAC/maint/dependabot-combine-prs
Browse files Browse the repository at this point in the history
Use only direct dependencies
  • Loading branch information
amstilp authored Feb 28, 2024
2 parents 8c142f2 + 1edb7d7 commit a09b7e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ updates:
interval: "weekly"
day: "sunday"
allow:
# Allow both direct and indirect updates for all packages
- dependency-type: "all"
# Allow only direct dependencies - should be ok with pip-sync?
- dependency-type: "direct"
# Allow up to 20 dependencies for pip dependencies
open-pull-requests-limit: 20

0 comments on commit a09b7e7

Please sign in to comment.