From b6876db6faee1e7d8f688704996f9946198f37e8 Mon Sep 17 00:00:00 2001 From: Pelle Wessman Date: Wed, 6 Jun 2018 14:35:18 +0200 Subject: [PATCH] Update renovate.json --- renovate.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index b5b5186..8632a2c 100644 --- a/renovate.json +++ b/renovate.json @@ -1,7 +1,8 @@ { "extends": [ "config:js-app", - ":preserveSemverRanges", - ":maintainLockFilesMonthly" + "group:linters", + ":maintainLockFilesMonthly", + ":preserveSemverRanges" ] }