feat: wait for stuff to pass/fail before merging
https://docs.renovatebot.com/configuration-options/#platformautomerge
This commit is contained in:
parent
8133c56227
commit
1f28bb5475
@ -17,6 +17,7 @@ module.exports = {
|
||||
"artifactErrors"
|
||||
],
|
||||
"requiredStatusChecks": null,
|
||||
"platformAutomerge": true,
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
|
Loading…
Reference in New Issue
Block a user