feat: wait for stuff to pass/fail before merging

https://docs.renovatebot.com/configuration-options/#platformautomerge
This commit is contained in:
decentral1se 2023-01-18 18:13:28 +01:00
parent 8133c56227
commit 1f28bb5475
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ module.exports = {
"artifactErrors"
],
"requiredStatusChecks": null,
"platformAutomerge": true,
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],