From d24cff1ae722b0a42cf6e321fb06cd38071e1df2 Mon Sep 17 00:00:00 2001 From: Jessica Janiuk Date: Tue, 16 Dec 2025 14:59:32 -0800 Subject: [PATCH] refactor: Update most frequently updating groups to run on Thursdays At least two of the named groups in our renovate config are spammy sending out multiple PRs in a given day and can be overwhelming for the caretaker. Switching them to Thursdays means all the updates will happen then on the first day of the cycle, allowing the rest of the time as caretaker to be less noisy. --- renovate-presets/default.json5 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/renovate-presets/default.json5 b/renovate-presets/default.json5 index 3a0d84d77..968005902 100644 --- a/renovate-presets/default.json5 +++ b/renovate-presets/default.json5 @@ -8,8 +8,8 @@ // Schedule Renovate to run during off-peak hours schedule: ['after 6am and before 10am on Monday, Wednesday, Friday'], - prConcurrentLimit: 8, - prHourlyLimit: 4, + prConcurrentLimit: 12, + prHourlyLimit: 8, timezone: 'Europe/Rome', // Commit and PR customization @@ -74,6 +74,7 @@ matchUpdateTypes: ['digest', 'patch', 'minor'], matchManagers: ['npm'], matchBaseBranches: ['main'], + schedule: ['* 5-12 * * 4'], // 5:00 am am to 12:00 pm Every Thursday }, // ============================================================================ @@ -90,6 +91,7 @@ { groupName: 'bazel dependencies', matchManagers: ['bazel', 'bazel-module'], + schedule: ['* 5-12 * * 4'], // 5:00 am am to 12:00 pm Every Thursday }, // Group GitHub Actions workflow