ci: replace dependabot with renovate

Signed-off-by: Kengo TODA <skypencil@gmail.com>
This commit is contained in:
Kengo TODA
2023-01-18 08:11:21 +08:00
committed by Kengo TODA
parent 6ec1cbd372
commit 254249d2c9
3 changed files with 14 additions and 16 deletions

14
renovate.json Normal file
View File

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