Schedule Renovate updates once weekly

We already have GitHub's vulnerability scanning enabled for this
repository, which will alert us about vulnerabilities in NPM packages we
use. Everything else can be updated with less urgency.

https://help.github.com/articles/about-security-alerts-for-vulnerable-dependencies/
This commit is contained in:
John Karahalis 2018-03-15 18:04:00 -04:00
Родитель eb13dfecce
Коммит 857eb0d2f4
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -1,5 +1,6 @@
{
"extends": [
"config:base"
]
],
"schedule": ["before 5am on monday"]
}