dc0a9a9aae
This hopefully works again reliable with the optimizations pushed to RebovateBot for deduplicating NPM dependencies.
14 lines
251 B
JSON
14 lines
251 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base",
|
|
":maintainLockFilesWeekly",
|
|
":preserveSemverRanges"
|
|
],
|
|
"ignorePaths": [
|
|
"lib/**"
|
|
],
|
|
"postUpdateOptions": [
|
|
"npmDedupe"
|
|
]
|
|
}
|