mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-17 17:32:35 +00:00
chore(renovate): don't require approval (#138)
This commit is contained in:
parent
227a74c444
commit
995553513e
1 changed files with 2 additions and 1 deletions
3
.github/renovate.json
vendored
3
.github/renovate.json
vendored
|
|
@ -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": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue