decide.nolog.cz/renovate.json

15 lines
251 B
JSON
Raw Normal View History

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