diff --git a/package.json b/package.json index 897ee12ecf..4d065d9adc 100644 --- a/package.json +++ b/package.json @@ -99,6 +99,16 @@ "assignees": [ "rarkins" ], - "automerge": "minor" + "automerge": "minor", + "packages": [ + { + "packagePattern": "jest", + "groupName": "jest" + }, + { + "packagePattern": "eslint", + "groupName": "eslint" + } + ] } }