Remove dependabot PR limit (#612)
This commit is contained in:
parent
43d66d618e
commit
dfab0087d6
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user