ci: change automerge to false

This commit is contained in:
Shohei Ueda 2025-03-18 14:44:56 +09:00 committed by GitHub
parent aa83d0c2cf
commit 4b09552702
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@
],
"packageRules": [
{
"automerge": true,
"automerge": false,
"matchUpdateTypes": ["minor", "patch"],
"automergeStrategy": "squash"
}