From 0a1d67c6d4a9763cf82ef1064dd7d76314df60a7 Mon Sep 17 00:00:00 2001 From: Aaron Adams <aaron@aaronadams.ca> Date: Wed, 2 Jun 2021 12:06:24 +0200 Subject: [PATCH] feat(config): Add Shopify App Bridge monorepo (#10280) --- 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 378638e891..12508c7fdf 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -42,6 +42,7 @@ 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/', + 'shopify-app-bridge': 'https://github.com/Shopify/app-bridge', 'System.IO.Abstractions': 'https://github.com/System-IO-Abstractions/System.IO.Abstractions/', 'telus-tds': 'https://github.com/telusdigital/tds', -- GitLab