Merge pull request #451 from usbharu/chore-renovate

Renovateのautomergeを有効化
This commit is contained in:
usbharu 2024-06-28 17:50:58 +09:00 committed by GitHub
commit dd0c93a0b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 1 deletions

View File

@ -10,5 +10,11 @@
"dependencies", "dependencies",
"renovate" "renovate"
], ],
"prConcurrentLimit": 5 "prConcurrentLimit": 5,
"packageRules": [
{
"matchUpdateTypes": ["patch","minor"],
"automerge": true
}
]
} }