From 0f24bb511f7fb8584cc7384876d75501f18d9505 Mon Sep 17 00:00:00 2001 From: Natsuki Ikeguchi <me@s6n.jp> Date: Mon, 4 Sep 2023 09:19:47 -0700 Subject: [PATCH] feat(presets): Add serde monorepo (#24237) Signed-off-by: Natsuki Ikeguchi <me@s6n.jp> --- 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 7e02cb3dbd..f5d8ca1654 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -395,6 +395,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', + serde: 'https://github.com/serde-rs/serde', shedlock: 'https://github.com/lukas-krecan/ShedLock', 'shopify-app-bridge': 'https://github.com/Shopify/app-bridge', 'sitecore-jss': 'https://github.com/Sitecore/jss', -- GitLab