diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts
index 07ccd65072c75fb0b8cfb414fbcbbe6dfefb5006..b0ed4e9506c4f87491c040fce592bcfc49f65a88 100644
--- a/lib/config/presets/internal/monorepo.ts
+++ b/lib/config/presets/internal/monorepo.ts
@@ -110,7 +110,10 @@ const repoGroups = {
   lerna: 'https://github.com/lerna/lerna',
   lingui: 'https://github.com/lingui/js-lingui',
   lodash: 'https://github.com/lodash/',
-  loopback: 'https://github.com/strongloop/loopback-next',
+  loopback: [
+    'https://github.com/strongloop/loopback-next', // old repo (see: https://github.com/loopbackio/loopback-next/issues/7595)
+    'https://github.com/loopbackio/loopback-next',
+  ],
   lrnwebcomponents: 'https://github.com/elmsln/lrnwebcomponents',
   MassTransit: 'https://github.com/MassTransit/MassTransit',
   material: 'https://github.com/material-components/material-components-web',