Remove limit for open MRs
This commit is contained in:
parent
820eb306af
commit
4e63adaa1a
1 changed files with 2 additions and 1 deletions
|
@ -4,5 +4,6 @@
|
|||
"config:base",
|
||||
":disableDependencyDashboard"
|
||||
],
|
||||
"prHourlyLimit": 0
|
||||
"prHourlyLimit": 0,
|
||||
"prConcurrentLimit": 0
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue