Skip to content

Commit 9bd0a30

Browse files
committed
refactor: Attempt increasing concurrentRequestLimit to 4 for github.com.
Not certain if will cause rate limit failure, but it's worth testing
1 parent 6bef571 commit 9bd0a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ng-renovate/runner-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
hostRules: [
1313
{
1414
matchHost: 'api.github.com',
15-
concurrentRequestLimit: 1,
15+
concurrentRequestLimit: 4,
1616
},
1717
],
1818
productLinks: {

0 commit comments

Comments
 (0)