Increase PR limits for dependabot (#7979)

There's limited value in dragging them out.
This commit is contained in:
Alex Gaynor 2023-01-04 08:04:56 -05:00 committed by GitHub
parent cdc829794e
commit 90a60be57e
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/rust/"
@ -12,8 +13,10 @@ updates:
allow:
# Also update indirect dependencies
- dependency-type: all
open-pull-requests-limit: 1024
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 1024