From bfb0579093e852bbb8cc725ed8bc06dde93e66fd Mon Sep 17 00:00:00 2001 From: Hidekazu Kobayashi <koba789@arkedgespace.com> Date: Fri, 19 Apr 2024 13:26:57 +0000 Subject: [PATCH] Maintain package group in renovate config --- renovate.json | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 1d24c241..33e902a3 100644 --- a/renovate.json +++ b/renovate.json @@ -17,8 +17,8 @@ "packageNames": ["sentry", "sentry-tracing"] }, { - "groupName": "tonic", - "groupSlug": "tonic", + "groupName": "http-grpc", + "groupSlug": "http-grpc", "packageNames": [ "tonic", "tonic-build", @@ -27,7 +27,22 @@ "tonic-web", "prost", "prost-types", - "prost-derive" + "prost-derive", + "http", + "axum", + "tokio-tungstenite", + "kble-socket", + "tower", + "tower-http" + ] + }, + { + "groupName": "protobuf-ts", + "groupSlug": "protobuf-ts", + "packageNames": [ + "@protobuf-ts/runtime-rpc", + "@protobuf-ts/runtime", + "@protobuf-ts/grpcweb-transport" ] } ]