Skip to content

Commit

Permalink
Try allowing only "direct" dependency types
Browse files Browse the repository at this point in the history
I think this is ok since dependencies are handled by pip-sync?
  • Loading branch information
amstilp committed Feb 28, 2024
1 parent 79d9c86 commit c829fdb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ updates:
schedule:
interval: "daily"
allow:
# Allow both direct and indirect updates for all packages
- dependency-type: "all"
- dependency-type: "direct"
# Allow up to 10 dependencies for pip dependencies
open-pull-requests-limit: 20

Expand Down

0 comments on commit c829fdb

Please sign in to comment.