From 5e415b793a44601c593ece05f5d36c6fcc0fa86a Mon Sep 17 00:00:00 2001 From: Alexander Shelepenok Date: Fri, 22 Mar 2019 19:21:36 +0300 Subject: [PATCH] Update renovate.json --- renovate.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index f45d8f1..7e67e50 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,26 @@ { "extends": [ "config:base" - ] + ], + "packageRules": [ + { + "packagePatterns": ["^eslint"], + "groupName": "eslint" + }, + { + "packagePatterns": ["gatsby"], + "groupName": "gatsby" + }, + { + "packageNames": ["react", "react-dom"], + "groupName": "react" + } + ], + "labels": ["renovate"], + "prHourlyLimit": 4, + "prConcurrentLimit": 16, + "rangeStrategy": "bump", + "bumpVersion": null, + "semanticCommits": true, + "schedule": "on the 2nd and 4th day instance on sunday after 9pm" }