update renovate config

This commit is contained in:
Nebel 2024-07-26 13:30:31 +09:00
parent b64779d5bc
commit 0e3bad605e
Signed by: nebel
GPG key ID: 79807D08C6EF6460

View file

@ -1 +1,9 @@
{ "extends": ["config:base", "config:semverAllMonthly", ":automergeMinor"] } {
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"config:semverAllMonthly",
":automergeAll",
":automergeBranch"
]
}