Remove dependabot PR limit (#612)

This commit is contained in:
Alex Gaynor 2023-08-18 00:04:56 -04:00 committed by GitHub
parent 43d66d618e
commit dfab0087d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@ updates:
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 1024
- package-ecosystem: cargo
directory: "/src/_bcrypt/"
schedule:
@ -11,3 +12,4 @@ updates:
allow:
# Also update indirect dependencies
- dependency-type: all
open-pull-requests-limit: 1024