From 54fb0ee1f71ccbd3e53b762cbe9e21fe877eb00c Mon Sep 17 00:00:00 2001 From: Sebastian Poxhofer <secustor@users.noreply.github.com> Date: Fri, 2 Feb 2024 08:01:07 +0100 Subject: [PATCH] feat(monorepos): add backstage to monorepos (#27009) --- 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 1089f2f083..129833c7ef 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -62,6 +62,7 @@ const repoGroups = { 'azure azure-sdk-for-net': 'https://github.com/Azure/azure-sdk-for-net', 'azure azure-storage-net': 'https://github.com/Azure/azure-storage-net', babel: 'https://github.com/babel/babel', + backstage: 'https://github.com/backstage/backstage', baset: 'https://github.com/igmat/baset', brave: 'https://github.com/openzipkin/brave', 'bugsnag-js': 'https://github.com/bugsnag/bugsnag-js', -- GitLab