nodejs-hands-on/renovate.json

10 lines
190 B
JSON
Raw Normal View History

2024-07-26 13:30:31 +09:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"config:semverAllMonthly",
":automergeAll",
":automergeBranch"
]
}