From d6264b663b957b49ffbb71c9b29170d06eda3f0b Mon Sep 17 00:00:00 2001 From: Anton <tonik.sam@gmail.com> Date: Sun, 19 Jan 2025 16:18:05 +0500 Subject: [PATCH] feat(preset): Add Protobuf monorepo group (#33686) --- lib/data/monorepo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/data/monorepo.json b/lib/data/monorepo.json index 1d0437dbc8..39cf0003ec 100644 --- a/lib/data/monorepo.json +++ b/lib/data/monorepo.json @@ -459,6 +459,7 @@ "prisma": "https://github.com/prisma/prisma", "prometheus-net": "https://github.com/prometheus-net/prometheus-net", "promster": "https://github.com/tdeekens/promster", + "protobuf": "https://github.com/protocolbuffers/protobuf", "quartznet": "https://github.com/quartznet/quartznet", "radix-ui-primitives": "https://github.com/radix-ui/primitives", "reach-ui": "https://github.com/reach/reach-ui", -- GitLab