Files
actions-setup-docker-compose/renovate.json
Kengo TODA 254249d2c9 ci: replace dependabot with renovate
Signed-off-by: Kengo TODA <skypencil@gmail.com>
2023-01-18 08:19:07 +08:00

15 lines
296 B
JSON

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