From c2dc36f0e5ef80136a54ce1f59ac5ef15e936c09 Mon Sep 17 00:00:00 2001
From: Florian Greinacher <florian@greinacher.de>
Date: Thu, 25 Mar 2021 21:39:02 +0100
Subject: [PATCH] feat: add System.IO.Abstractions monorepo (#9287)

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

diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts
index 52ec0ae360..caa89112ce 100644
--- a/lib/config/presets/internal/monorepo.ts
+++ b/lib/config/presets/internal/monorepo.ts
@@ -41,6 +41,8 @@ const repoGroups = {
   'reactivestack-cookies': 'https://github.com/reactivestack/cookies',
   'reg-suit': 'https://github.com/reg-viz/reg-suit',
   'semantic-release': 'https://github.com/semantic-release/',
+  'System.IO.Abstractions':
+    'https://github.com/System-IO-Abstractions/System.IO.Abstractions/',
   'telus-tds': 'https://github.com/telusdigital/tds',
   'typescript-eslint': 'https://github.com/typescript-eslint/typescript-eslint',
   'typography-js': 'https://github.com/KyleAMathews/typography.js',
-- 
GitLab