diff --git a/renovate-presets/default.json5 b/renovate-presets/default.json5 index 3a0d84d77..370fc3d49 100644 --- a/renovate-presets/default.json5 +++ b/renovate-presets/default.json5 @@ -8,7 +8,7 @@ // Schedule Renovate to run during off-peak hours schedule: ['after 6am and before 10am on Monday, Wednesday, Friday'], - prConcurrentLimit: 8, + prConcurrentLimit: 12, prHourlyLimit: 4, timezone: 'Europe/Rome', @@ -74,6 +74,7 @@ matchUpdateTypes: ['digest', 'patch', 'minor'], matchManagers: ['npm'], matchBaseBranches: ['main'], + schedule: ['* 6-10 * * 4'], // 6:00 am to 10:00 am Every Thursday }, // ============================================================================ @@ -90,12 +91,14 @@ { groupName: 'bazel dependencies', matchManagers: ['bazel', 'bazel-module'], + schedule: ['* 6-10 * * 4'], // 6:00 am to 10:00 am Every Thursday }, // Group GitHub Actions workflow { groupName: 'all github actions', matchManagers: ['github-actions'], + schedule: ['* 6-10 * * 4'], // 6:00 am to 10:00 am Every Thursday }, // ============================================================================ @@ -144,17 +147,6 @@ matchDepNames: ['typescript', 'tslib'], }, - // Limit how many times these packages get updated (They deploy each merged PR) - { - matchDepNames: [ - 'github/codeql-action', - 'google-closure-compiler', - 'quicktype-core', - 'renovate', - ], - schedule: ['after 6am and before 10am on Wednesday'], - }, - // ============================================================================ // EXCLUSION RULES // ============================================================================