Skip to content

Commit

Permalink
Use only direct dependencies
Browse files Browse the repository at this point in the history
As before, dependabot was timing out.
  • Loading branch information
amstilp committed Feb 28, 2024
1 parent d600cee commit 1edb7d7
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 1edb7d7

Please sign in to comment.