Raise concurrent PR limit
This commit is contained in:
parent
2be5a2f687
commit
2b3396a183
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ module.exports = {
|
||||||
onboarding: true,
|
onboarding: true,
|
||||||
onboardingConfig: {
|
onboardingConfig: {
|
||||||
extends: ['config:base'],
|
extends: ['config:base'],
|
||||||
prConcurrentLimit: 5,
|
prConcurrentLimit: 10,
|
||||||
updateLockFiles: true,
|
updateLockFiles: true,
|
||||||
gitLabAutomerge: true
|
gitLabAutomerge: true
|
||||||
},
|
},
|
||||||
|
|
Reference in a new issue