13 lines
304 B
JSON
13 lines
304 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"configMigration": true,
|
|
"lockFileMaintenance": {
|
|
"enabled": true,
|
|
"automerge": true,
|
|
"automergeType": "branch",
|
|
"ignoreTests": true
|
|
}
|
|
}
|