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" }