decide.nolog.cz/renovate.json
Jeldrik Hanschke dc0a9a9aae
RebovateBot should dedupe deps (#718)
This hopefully works again reliable with the optimizations pushed to RebovateBot for deduplicating NPM dependencies.
2023-11-01 20:58:55 +01:00

14 lines
251 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":maintainLockFilesWeekly",
":preserveSemverRanges"
],
"ignorePaths": [
"lib/**"
],
"postUpdateOptions": [
"npmDedupe"
]
}