13 lines
253 B
JSON
13 lines
253 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base",
|
|
"config:js-app",
|
|
":automergeBranch",
|
|
":automergeStableNonMajor",
|
|
":maintainLockFilesWeekly"
|
|
],
|
|
"ignorePaths": [
|
|
"lib/**"
|
|
]
|
|
}
|