RebovateBot should dedupe deps (#718)
This hopefully works again reliable with the optimizations pushed to RebovateBot for deduplicating NPM dependencies.
This commit is contained in:
parent
df734b7d53
commit
dc0a9a9aae
1 changed files with 3 additions and 0 deletions
|
@ -7,5 +7,8 @@
|
|||
],
|
||||
"ignorePaths": [
|
||||
"lib/**"
|
||||
],
|
||||
"postUpdateOptions": [
|
||||
"npmDedupe"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue