From dd8bb83b3a8ed0b9761f424222c9811aa120c5e3 Mon Sep 17 00:00:00 2001 From: Appu Date: Mon, 11 Sep 2023 10:44:27 -0400 Subject: [PATCH] Combine all pico cli updates into single renovate PR Signed-off-by: Appu --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index da79a2b8..69ac12d2 100644 --- a/renovate.json +++ b/renovate.json @@ -17,6 +17,10 @@ { "matchPackagePrefixes": ["io.grpc", "com.google.protobuf"], "groupName": "protobuf_grpc" + }, + { + "matchPackagePrefixes": ["info.picocli"], + "groupName": "picocli" } ] }