From d38ad343244dddb9dd7d4afd8ee5722d2ba33f08 Mon Sep 17 00:00:00 2001
From: sommmen <Dion_nl@yahoo.co.uk>
Date: Thu, 9 Nov 2023 08:49:34 +0100
Subject: [PATCH] feat(presets): Add google-api-dotnet-client (#25523)

---
 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 b23eea26f9..3862be79d3 100644
--- a/lib/config/presets/internal/monorepo.ts
+++ b/lib/config/presets/internal/monorepo.ts
@@ -279,6 +279,8 @@ const repoGroups = {
   framework7: 'https://github.com/framework7io/framework7',
   gatsby: 'https://github.com/gatsbyjs/gatsby',
   gitbeaker: 'https://github.com/jdalrymple/gitbeaker',
+  'google-api-dotnet-client':
+    'https://github.com/googleapis/google-api-dotnet-client',
   grafana: 'https://github.com/grafana/grafana',
   'graphql-mesh': 'https://github.com/Urigo/graphql-mesh',
   'graphql-modules': 'https://github.com/Urigo/graphql-modules',
-- 
GitLab