diff --git a/renovate.json b/renovate.json index 04f6d06..dc3b998 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,22 @@ "extends": [ "config:js-lib", "group:linters" + ], + "packageRules": [ + { + "packageNames": [ + "coveralls", + "istanbul", + "mocha", + "mock-fs", + "nock", + "nyc" + ], + "packagePatterns": [ + "^chai", + "^sinon" + ], + "groupName": "unit test modules" + } ] }