chore: update renovate configuration for best practices and automerge settings

This commit is contained in:
Nebel 2025-01-27 17:16:38 +09:00
parent db80e68ff2
commit d25bf62cab
Signed by: nebel
GPG key ID: 79807D08C6EF6460

View file

@ -1,4 +1,9 @@
{ {
"extends": ["config:base", "config:semverAllMonthly"], "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"automerge": true "extends": [
"config:best-practices",
"schedule:monthly",
":automergeAll",
":automergeBranch"
]
} }