diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts index 1b6e443e73d11565449480a4b875e7677714be15..a7372d9d578ee1b50f985bb08baa640a2c95b1d2 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',