mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Increase PR limits for dependabot (#7979)
There's limited value in dragging them out.
This commit is contained in:
parent
cdc829794e
commit
90a60be57e
1 changed files with 3 additions and 0 deletions
3
.github/dependabot.yml
vendored
3
.github/dependabot.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue