Files
NodeBB/renovate.json
renovate[bot] 14f698f9e4 chore(config): migrate config renovate.json (#12960)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-08 17:12:52 -05:00

36 lines
526 B
JSON

{
"extends": [
"config:recommended"
],
"baseBranches": [
"develop"
],
"labels": [
"dependencies"
],
"packageRules": [
{
"matchDepTypes": [
"dependencies"
],
"rangeStrategy": "pin",
"matchPackageNames": [
"!colors"
]
},
{
"matchDepTypes": [
"devDependencies"
],
"automerge": true,
"rangeStrategy": "pin"
},
{
"matchDepTypes": [
"engines"
],
"rangeStrategy": "auto"
}
]
}