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