add renovate.json

This commit is contained in:
Nebel 2023-03-27 23:51:31 +09:00
parent 69df402130
commit 2617063711

9
renovate.json Normal file
View file

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