From c9610a5b60113cd753924aa617e494abeda11ba9 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Fri, 3 Aug 2018 21:10:36 -0700 Subject: [PATCH] chore: update renovate config --- renovate.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index d0d3f08f025..43048fa266a 100644 --- a/renovate.json +++ b/renovate.json @@ -9,5 +9,11 @@ "enabled": true, "recreateClosed": true }, - "gitAuthor": null + "gitAuthor": null, + "packageRules": [ + { + "extends": "packages:linters", + "groupName": "linters" + } + ] }