From 857eb0d2f41c4f41ec27ba134438d1e42192fe46 Mon Sep 17 00:00:00 2001 From: John Karahalis Date: Thu, 15 Mar 2018 18:04:00 -0400 Subject: [PATCH] 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/ --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index ee8c906..b07ed68 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,6 @@ { "extends": [ "config:base" - ] + ], + "schedule": ["before 5am on monday"] }