diff --git a/src/dependency-graph.ts b/src/dependency-graph.ts index a3c03d1eb..4c27febd3 100644 --- a/src/dependency-graph.ts +++ b/src/dependency-graph.ts @@ -31,7 +31,8 @@ export async function compare({ url: '/repos/{owner}/{repo}/dependency-graph/compare/{basehead}', owner, repo, - basehead: `${baseRef}...${headRef}` + basehead: `${baseRef}...${headRef}`, + per_page: 5 }, response => { if (