diff --git a/renovate.json b/renovate.json index ba6dc03..0bb1e11 100644 --- a/renovate.json +++ b/renovate.json @@ -15,6 +15,17 @@ "matchUpdateTypes": [ "major" ] + }, + { + "matchPackageNames": [ + "Testcontainers", + "Testcontainers.PostgreSql" + ], + "groupName": "Testcontainers for .NET", + "groupSlug": "testcontainers-for-dotnet", + "matchUpdateTypes": [ + "major" + ] } ] }