From f1aa5f902ece09df6e52ccfdc81aaea9c2e2acee Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Thu, 23 Oct 2025 10:18:26 +0000 Subject: [PATCH] ci: update renovate configuration Updates the renovate configuration to run during European business hours. The schedule is now set to run on Monday, Wednesday, and Friday between 6am and 10pm in the Europe/Rome timezone. Additionally, the allowedPostUpgradeCommands option is renamed to allowedCommands to align with the latest Renovate Bot configuration. --- .github/ng-renovate/runner-config.js | 2 +- renovate-presets/default.json5 | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/ng-renovate/runner-config.js b/.github/ng-renovate/runner-config.js index d0e45c696..b7bc7e511 100644 --- a/.github/ng-renovate/runner-config.js +++ b/.github/ng-renovate/runner-config.js @@ -11,7 +11,7 @@ module.exports = { forkModeDisallowMaintainerEdits: true, onboarding: false, persistRepoData: true, - allowedPostUpgradeCommands: ['.', '^pnpm install$', '^pnpm update-generated-files$'], + allowedCommands: ['.'], hostRules: [ { matchHost: 'api.github.com', diff --git a/renovate-presets/default.json5 b/renovate-presets/default.json5 index 539ba33f9..3e954f280 100644 --- a/renovate-presets/default.json5 +++ b/renovate-presets/default.json5 @@ -6,10 +6,11 @@ automerge: false, // Schedule Renovate to run during off-peak hours - schedule: ['after 10:00pm every weekday', 'before 5:00am every weekday', 'every weekend'], + schedule: ['after 6am on Monday, Wednesday, Friday', 'before 10am on Monday, Wednesday, Friday'], + prConcurrentLimit: 8, prHourlyLimit: 4, - timezone: 'America/Tijuana', + timezone: 'Europe/Rome', // Commit and PR customization commitBody: 'See associated pull request for more information.', @@ -20,6 +21,7 @@ lockFileMaintenance: { enabled: true, + schedule: ['after 5am on Tuesday', 'before 7am on Tuesday'], }, // Feature disabled: permission to enable vulnerability alerts is not granted @@ -146,7 +148,7 @@ 'quicktype-core', 'renovate', ], - schedule: ['on sunday and wednesday'], + schedule: ['after 6am on Wednesday', 'before 10am on Wednesday'], }, // ============================================================================