From a003fc2b568c0db54237a752120539980469fbe3 Mon Sep 17 00:00:00 2001 From: Stuart Clark Date: Mon, 25 Oct 2021 10:06:05 +1100 Subject: [PATCH] chore(#295): update renovate config (#333) --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/renovate.json b/renovate.json index f45d8f11..0be5e634 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,12 @@ { "extends": [ "config:base" + ], + "labels": ["dependencies"], + "packageRules": [ + { + "groupName": "linting", + "matchPackagePatterns": ["lint"] + } ] }