From 17577427b34287383e6625a61b8c4df836eaaa75 Mon Sep 17 00:00:00 2001
From: Akshay Joshi <me@akshayjoshi.com>
Date: Wed, 3 Jan 2024 03:11:54 -0500
Subject: [PATCH] feat(presets): add sentry-rust to list of monorepos (#26482)

---
 lib/config/presets/internal/monorepo.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts
index 3bcc800bf4..ba213b4390 100644
--- a/lib/config/presets/internal/monorepo.ts
+++ b/lib/config/presets/internal/monorepo.ts
@@ -436,6 +436,7 @@ const repoGroups = {
   'sentry-dotnet': 'https://github.com/getsentry/sentry-dotnet',
   'sentry-javascript': 'https://github.com/getsentry/sentry-javascript',
   'sentry-ruby': 'https://github.com/getsentry/sentry-ruby',
+  'sentry-rust': 'https://github.com/getsentry/sentry-rust',
   serde: 'https://github.com/serde-rs/serde',
   shedlock: 'https://github.com/lukas-krecan/ShedLock',
   'shopify-app-bridge': 'https://github.com/Shopify/app-bridge',
-- 
GitLab