From aaadbea5003b1b35091158fec5ea798c69c1da58 Mon Sep 17 00:00:00 2001 From: Puneet Behl Date: Mon, 30 Aug 2021 15:45:30 +0530 Subject: [PATCH] Renovate - Define netty monorepo --- .github/renovate.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index c73f4009..177411bd 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -14,6 +14,14 @@ ], "groupName": "groovy monorepo" }, + { + "matchPackageNames": [ + "io.netty:netty-transport", + "io.netty:netty-handler", + "io.netty:netty-codec" + ], + "groupName": "netty monorepo" + }, { "matchPackageNames": [ "org.grails:grails-datastore-core",