Update renovate.json to match the linter config

This commit is contained in:
Stuart Colville 2020-09-07 16:42:38 +01:00 коммит произвёл GitHub
Родитель 01e365f230
Коммит 9452a02548
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 26 добавлений и 1 удалений

Просмотреть файл

@ -1,6 +1,31 @@
{
"automerge": true,
"major": {
"automerge": false
},
"timezone": "UTC",
"extends": [
"config:base",
":maintainLockFilesWeekly"
]
],
"lockFileMaintenance": {
"enabled": true,
"schedule": "before 8am on Tuesday"
},
"packageRules": [
{
"packagePatterns": [
"*"
],
"rangeStrategy": "pin"
},
{
"depTypeList": ["engines"],
"rangeStrategy": "auto"
}
],
"stabilityDays": 7,
"node": {
"supportPolicy": ["lts"]
}
}