From 91ffa335de42de4852812e9b8dc1c278a966bd44 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Tue, 2 Apr 2019 17:45:59 +0100 Subject: [PATCH] Update Renovate Configuration Updates the base configuration to include: - node support policy - lockfile maintenance - optimistic automerging --- renovate.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 8fef3a9..bdee10e 100644 --- a/renovate.json +++ b/renovate.json @@ -1,8 +1,14 @@ { "extends": [ "config:base", - "schedule:earlyMondays" + ":maintainLockFilesWeekly", + "schedule:earlyMondays", + ":automergeMinor" ], + "travis": { "enabled": true }, + "node": { + "supportPolicy": ["lts_latest"] + }, "packageRules": [ { "packagePatterns": ["^postcss", "css", "autoprefixer"],