From 607f2408a5789d79561d620896176f96a83c9173 Mon Sep 17 00:00:00 2001 From: Grant Murphy Date: Tue, 1 Oct 2019 17:10:23 +1000 Subject: [PATCH] reconfigure rennoavate bot (#395) I *think* this schedule only monthly semver updates but still give us vulnerability alerts. See: https://docs.renovatebot.com/presets for more information. --- renovate.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 04b95fd..92327e1 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,7 @@ { "extends": [ - "config:base" - ], - "automerge": true + "config:semverAllMonthly", + ":enableVulnerabilityAlertsWithLabel(vulnerablity)", + ":docker" + ] }