From 0b80883f1c00119ef1bf8b5c45b10f660d8eeb1f Mon Sep 17 00:00:00 2001 From: Muhammad Rehan Saeed <RehanSaeed@users.noreply.github.com> Date: Mon, 7 Jun 2021 11:00:49 +0100 Subject: [PATCH] feat(presets): Add Microsoft Orleans Monorepo (#10330) --- 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 d9a99df25a..8223d4bcd8 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -124,6 +124,7 @@ const repoGroups = { openfeign: 'https://github.com/OpenFeign/feign', opentelemetry: 'https://github.com/open-telemetry/opentelemetry-js', OpenTelemetryDotnet: 'https://github.com/open-telemetry/opentelemetry-dotnet', + orleans: 'https://github.com/dotnet/orleans', picasso: 'https://github.com/qlik-oss/picasso.js', pnpjs: 'https://github.com/pnp/pnpjs', playwright: 'https://github.com/Microsoft/playwright', -- GitLab