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:
Jeldrik Hanschke 2023-11-01 20:58:55 +01:00 committed by GitHub
parent df734b7d53
commit dc0a9a9aae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,5 +7,8 @@
],
"ignorePaths": [
"lib/**"
],
"postUpdateOptions": [
"npmDedupe"
]
}