From 1b414dcf0ee6439c31103f3f0393bfb1c0a8f2fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=86=D0=BB=D0=BB=D1=8F=20=D0=9C=D0=B0=D0=B7=D1=83=D1=80?= =?UTF-8?q?=D1=8F=D0=BA?= <illay1994@gmail.com> Date: Sun, 10 Sep 2023 11:22:41 +0200 Subject: [PATCH] feat(presets): Add Refit and prometheus-net monorepos (#24337) --- lib/config/presets/internal/monorepo.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts index f771fb2198..8005bed404 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -369,6 +369,7 @@ const repoGroups = { pollyjs: 'https://github.com/Netflix/pollyjs', pouchdb: 'https://github.com/pouchdb/pouchdb', prisma: 'https://github.com/prisma/prisma', + 'prometheus-net': 'https://github.com/prometheus-net/prometheus-net', quartznet: 'https://github.com/quartznet/quartznet', 'reach-ui': 'https://github.com/reach/reach-ui', react: 'https://github.com/facebook/react', @@ -384,6 +385,7 @@ const repoGroups = { 'reactivestack-cookies': 'https://github.com/reactivestack/cookies', reakit: 'https://github.com/reakit/reakit', redwood: 'https://github.com/redwoodjs/redwood', + refit: 'https://github.com/reactiveui/refit', 'reg-suit': 'https://github.com/reg-viz/reg-suit', remark: 'https://github.com/remarkjs/remark', remix: 'https://github.com/remix-run/remix', -- GitLab