add renovate config

This commit is contained in:
Nebel 2024-12-12 22:40:54 +09:00
parent 7164117e27
commit 87848f607b
Signed by: nebel
GPG key ID: 79807D08C6EF6460

9
renovate.json Normal file
View file

@ -0,0 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices",
":automergeAll",
":automergeBranch",
":skipStatusChecks"
]
}