12 lines
251 B
JSON
12 lines
251 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base",
|
|
":maintainLockFilesWeekly",
|
|
":preserveSemverRanges"
|
|
],
|
|
"ignorePaths": [
|
|
"lib/**"
|
|
],
|
|
"postUpdateOptions": ["yarnDedupeHighest"]
|
|
}
|