diff --git a/renovate.json b/renovate.json index 288b2adc2..5dfdc19a3 100644 --- a/renovate.json +++ b/renovate.json @@ -131,6 +131,19 @@ "groupSlug": "all-linting", "baseBranchList": ["master", "5.x", "6.x"] }, + { + "matchPackagePatterns": [ + "@testing-library/*", + "jest", + "jest-*", + "supertest", + "nock" + ], + "matchUpdateTypes": ["minor", "patch", "major"], + "groupName": "all test dependencies", + "groupSlug": "all-test", + "baseBranchList": ["master", "5.x", "6.x"] + }, { "matchPackagePatterns": [ "@type/*",