From b7c8d73147de05e64531ed97e5cd15416c2ea3da Mon Sep 17 00:00:00 2001 From: Robert Munteanu Date: Fri, 30 Jun 2023 19:40:05 +0200 Subject: [PATCH] feat(presets): add fabric8-kubernetes-client monorepo (#21492) --- 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 21ee2b52e3b798..23dd9dca458fbb 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -92,6 +92,7 @@ const repoGroups = { 'eslint-config-globex': 'https://github.com/GlobexDesignsInc/eslint-config-globex', expo: 'https://github.com/expo/expo', + 'fabric8-kubernetes-client': 'https://github.com/fabric8io/kubernetes-client', feathers: 'https://github.com/feathersjs/feathers', feign: 'https://github.com/OpenFeign/feign', fela: 'https://github.com/robinweser/fela',