Set automerge config true by default
This commit is contained in:
parent
0845276a95
commit
bbed3bfcd8
1 changed files with 2 additions and 1 deletions
|
@ -13,5 +13,6 @@ module.exports = {
|
|||
prConcurrentLimit: 5,
|
||||
updateLockFiles: true,
|
||||
gitLabAutomerge: true
|
||||
}
|
||||
},
|
||||
gitLabAutomerge: true
|
||||
};
|
||||
|
|
Reference in a new issue