Remove limit for open MRs
This commit is contained in:
parent
8eae7b69e0
commit
050479faad
1 changed files with 2 additions and 1 deletions
|
@ -3,5 +3,6 @@
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:base"
|
"config:base"
|
||||||
],
|
],
|
||||||
"prHourlyLimit": 0
|
"prHourlyLimit": 0,
|
||||||
|
"prConcurrentLimit": 0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue