diff --git a/.github/renovate.json b/.github/renovate.json index a1cd8130546..b008c9de61f 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -59,6 +59,14 @@ "json_annotation", "json_serializable" ] + }, + { + "groupName": "test", + "matchPackageNames": [ + "test", + "test_api", + "test_core" + ] } ] }