From 191689748abf044d3caa367425f1ad3c4db18239 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Fri, 3 Aug 2018 21:10:37 -0700 Subject: [PATCH] chore: update renovate config --- renovate.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index a38b2342..bae1949a 100644 --- a/renovate.json +++ b/renovate.json @@ -6,7 +6,7 @@ "pinVersions": false, "rebaseStalePrs": true, "schedule": [ - "after 10pm and before 5am" + "after 9am and before 3pm" ], "lockFileMaintenance": { "enabled": true, @@ -15,5 +15,11 @@ "before 10am on tuesday" ] }, - "gitAuthor": null + "gitAuthor": null, + "packageRules": [ + { + "extends": "packages:linters", + "groupName": "linters" + } + ] }