From 4a177c80788c3fa181f59a5de96e5ac89d25d286 Mon Sep 17 00:00:00 2001
From: Michael Kriese <michael.kriese@visualon.de>
Date: Fri, 10 Jun 2022 06:31:41 +0200
Subject: [PATCH] feat(preset): add SkiaSharp monorepo (#15970)

---
 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 f83fb4c2a5..b2606b085c 100644
--- a/lib/config/presets/internal/monorepo.ts
+++ b/lib/config/presets/internal/monorepo.ts
@@ -197,6 +197,7 @@ const repoGroups = {
   springfox: 'https://github.com/springfox/springfox',
   sanity: 'https://github.com/sanity-io/sanity',
   'sendgrid-nodejs': 'https://github.com/sendgrid/sendgrid-nodejs',
+  skiasharp: 'https://github.com/mono/SkiaSharp',
   steeltoe: 'https://github.com/SteeltoeOSS/steeltoe',
   storybook: 'https://github.com/storybookjs/storybook',
   strapi: 'https://github.com/strapi/strapi',
-- 
GitLab