* Add renovate.json * configure renovatebot Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
14 lines
202 B
JSON
14 lines
202 B
JSON
{
|
|
"rangeStrategy": "update-lockfile",
|
|
"extends": [
|
|
"config:base",
|
|
"group:allNonMajor"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"extends": ["packages:eslint"],
|
|
"enabled": false
|
|
}
|
|
]
|
|
}
|