diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts index bd82c21b6a411a..96c9a3c9f5f9dc 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -258,7 +258,10 @@ const repoGroups = { 'dotnet-wcf': 'https://github.com/dotnet/wcf', dropwizard: 'https://github.com/dropwizard/dropwizard', 'elastic-apm-agent-rum-js': 'https://github.com/elastic/apm-agent-rum-js', - 'electron-forge': 'https://github.com/electron-userland/electron-forge', + 'electron-forge': [ + 'https://github.com/electron-userland/electron-forge', + 'https://github.com/electron/forge', + ], 'ember-decorators': 'https://github.com/ember-decorators/ember-decorators', emojibase: 'https://github.com/milesj/emojibase', emotion: 'https://github.com/emotion-js/emotion',