* Add renovate.json

* Added some options.

* Remove option.

* Change schedule.

* Remove config base as it is deprecated.

* Revert back to config:base for defaults, but override schedule

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: jrbenny35 <bennyjr169@gmail.com>
Co-authored-by: Peter deHaan <peter@deseloper.com>
This commit is contained in:
renovate[bot] 2020-05-22 15:29:21 -05:00 коммит произвёл GitHub
Родитель 8abe9f675e
Коммит 3429a7dba4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 6 добавлений и 0 удалений

6
renovate.json Normal file
Просмотреть файл

@ -0,0 +1,6 @@
{
"extends": [
"config:base",
"schedule:earlyMondays"
]
}