diff --git a/lib/platform/github/index.ts b/lib/platform/github/index.ts
index 76c599a40ad337e3c775f188ecdd5b864eab6635..de7953ea1400c44bd2560d56f6886b6f80c9989d 100644
--- a/lib/platform/github/index.ts
+++ b/lib/platform/github/index.ts
@@ -291,6 +291,7 @@ export async function initRepo({
           {
             token: forkToken || opts.token,
             paginate: true,
+            pageLimit: 100,
           }
         )
       ).body.map((r) => r.full_name);