decide.nolog.cz/renovate.json

13 lines
243 B
JSON
Raw Normal View History

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":maintainLockFilesWeekly",
":preserveSemverRanges"
],
"ignorePaths": [
"lib/**"
],
2023-10-17 14:37:46 +02:00
"postUpdateOptions": ["npmDedupe"]
}