feat: configure renovate

This commit is contained in:
JellyBrick
2023-10-04 18:34:06 +09:00
parent 548f82ba0a
commit a7fd8bc21b

14
renovate.json Normal file
View File

@ -0,0 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"labels": ["Type: Dependency"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}