platformAutomerge should be outside

This commit is contained in:
Kavin 2022-11-03 23:09:06 +00:00 committed by GitHub
parent d4ba9f4188
commit 73d85b2faa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@
"ignorePresets": [
":prHourlyLimit2"
],
"platformAutomerge": true,
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true,
"platformAutomerge": true
"automerge": true
}
]
}