Skip to content

Commit

Permalink
Remove dependabot PR limit (pyca#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Aug 18, 2023
1 parent 43d66d6 commit dfab008
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ updates:
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 1024
- package-ecosystem: cargo
directory: "/src/_bcrypt/"
schedule:
interval: daily
allow:
# Also update indirect dependencies
- dependency-type: all
open-pull-requests-limit: 1024

0 comments on commit dfab008

Please sign in to comment.