Use platformAutomerge

This commit is contained in:
Kavin 2022-11-03 22:57:52 +00:00 committed by GitHub
parent 567380d4aa
commit af54ea96b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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