From 4f2c6ea5fd47e1296cf8736d061c951eaa34acd1 Mon Sep 17 00:00:00 2001
From: crapStone <crapstone01@gmail.com>
Date: Tue, 3 May 2022 14:09:05 +0200
Subject: [PATCH] feat: add futures-rs, tauri and wasm-bindgen to monorepos
 (#15040)

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

diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts
index 1b6e443e73..a7372d9d57 100644
--- a/lib/config/presets/internal/monorepo.ts
+++ b/lib/config/presets/internal/monorepo.ts
@@ -184,6 +184,8 @@ const repoGroups = {
   redwood: 'https://github.com/redwoodjs/redwood',
   remark: 'https://github.com/remarkjs/remark',
   router5: 'https://github.com/router5/router5',
+  'rust-futures': 'https://github.com/rust-lang/futures-rs',
+  'rust-wasm-bindgen': 'https://github.com/rustwasm/wasm-bindgen',
   'sentry-dotnet': 'https://github.com/getsentry/sentry-dotnet',
   'sentry-javascript': 'https://github.com/getsentry/sentry-javascript',
   'sentry-ruby': 'https://github.com/getsentry/sentry-ruby',
@@ -198,6 +200,7 @@ const repoGroups = {
   surveyjs: 'https://github.com/surveyjs/surveyjs',
   'swashbuckle-aspnetcore':
     'https://github.com/domaindrivendev/Swashbuckle.AspNetCore',
+  tauri: 'https://github.com/tauri-apps/tauri',
   treat: 'https://github.com/seek-oss/treat',
   typefaces: 'https://github.com/KyleAMathews/typefaces',
   uppy: 'https://github.com/transloadit/uppy',
-- 
GitLab