ci: change automerge to false
Some checks failed
Code Scanning / CodeQL-Build (push) Failing after 0s
Test / test (ubuntu-22.04) (push) Failing after 0s
Test / test (ubuntu-latest) (push) Failing after 0s
Test / test (macos-latest) (push) Has been cancelled
Test / test (ubuntu-20.04) (push) Has been cancelled
Test / test (windows-latest) (push) Has been cancelled

This commit is contained in:
Shohei Ueda
2025-03-18 14:44:56 +09:00
committed by GitHub
parent aa83d0c2cf
commit 4b09552702

View File

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