use config:best-practices

This commit is contained in:
Nebel 2024-09-03 00:02:10 +09:00 committed by GitHub
parent e268fe70fa
commit 1014f0efcf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,9 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":automergeAll",
":maintainLockFilesWeekly",
":preserveSemverRanges"
]
"extends": ["config:best-practices", ":automergeAll"]
}