From 25c60afa8ed705066be3f8e4d927cfc91b89c8b9 Mon Sep 17 00:00:00 2001 From: Sullivan SENECHAL Date: Sat, 18 Mar 2023 19:48:26 +0100 Subject: [PATCH] feat(presets): gitbeaker monorepo (#21028) --- 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 930bf6a3f73ee2..6cb890ae466752 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -96,6 +96,7 @@ const repoGroups = { formatjs: 'https://github.com/formatjs/formatjs', framework7: 'https://github.com/framework7io/framework7', gatsby: 'https://github.com/gatsbyjs/gatsby', + gitbeaker: 'https://github.com/jdalrymple/gitbeaker', grafana: 'https://github.com/grafana/grafana', 'graphql-mesh': 'https://github.com/Urigo/graphql-mesh', 'graphql-modules': 'https://github.com/Urigo/graphql-modules',