From c2b19d8dd028a3e5080617ab44a28dd698db8319 Mon Sep 17 00:00:00 2001 From: horihel <heiko.helmle@horiba.com> Date: Fri, 22 Jul 2022 16:55:13 +0200 Subject: [PATCH] feat(preset): add grafana monorepo (#16697) add grafana monorepo to monorepo list --- 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 fdda6a4e74..58303d6947 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -82,6 +82,7 @@ const repoGroups = { formatjs: 'https://github.com/formatjs/formatjs', framework7: 'https://github.com/framework7io/framework7', gatsby: 'https://github.com/gatsbyjs/gatsby', + grafana: 'https://github.com/grafana/grafana', 'graphql-mesh': 'https://github.com/Urigo/graphql-mesh', 'graphql-modules': 'https://github.com/Urigo/graphql-modules', 'graphql-tools': 'https://github.com/ardatan/graphql-tools', -- GitLab