diff --git a/.github/ng-renovate/runner-config.js b/.github/ng-renovate/runner-config.js index 6d27c9177..31c84e7c4 100644 --- a/.github/ng-renovate/runner-config.js +++ b/.github/ng-renovate/runner-config.js @@ -12,7 +12,7 @@ module.exports = { hostRules: [ { matchHost: 'api.github.com', - concurrentRequestLimit: 1, + concurrentRequestLimit: 4, }, ], productLinks: { diff --git a/renovate-presets/default.json5 b/renovate-presets/default.json5 index 67b7960ff..9d1827958 100644 --- a/renovate-presets/default.json5 +++ b/renovate-presets/default.json5 @@ -8,6 +8,7 @@ // Schedule Renovate to run during off-peak hours schedule: ['after 10:00pm every weekday', 'before 5:00am every weekday', 'every weekend'], prConcurrentLimit: 8, + branchConcurrentLimit: 2, prHourlyLimit: 4, timezone: 'America/Tijuana',