chore(renovate): don't require approval (#138)

This commit is contained in:
Michael Kriese 2020-07-15 12:40:56 +02:00 committed by GitHub
parent 227a74c444
commit 995553513e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,8 @@
"packageNames": ["renovate/renovate"], "packageNames": ["renovate/renovate"],
"updateTypes": ["major", "minor", "patch"], "updateTypes": ["major", "minor", "patch"],
"semanticCommitType": "fix", "semanticCommitType": "fix",
"automerge": true "automerge": true,
"masterIssueApproval": false
} }
], ],
"regexManagers": [ "regexManagers": [