nodejs-hands-on/renovate.json

9 lines
190 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"config:semverAllMonthly",
":automergeAll",
":automergeBranch"
]
}