Skip to content

Commit f516746

Browse files
committed
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.
1 parent e6f02a3 commit f516746

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
forkModeDisallowMaintainerEdits: true,
1212
onboarding: false,
1313
persistRepoData: true,
14-
allowedPostUpgradeCommands: ['.', '^pnpm install$', '^pnpm update-generated-files$'],
14+
allowedCommands: ['.'],
1515
hostRules: [
1616
{
1717
matchHost: 'api.github.com',

renovate-presets/default.json5

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
automerge: false,
77

88
// Schedule Renovate to run during off-peak hours
9-
schedule: ['after 10:00pm every weekday', 'before 5:00am every weekday', 'every weekend'],
9+
schedule: ['after 6am on Monday, Wednesday, Friday', 'before 10pm on Monday, Wednesday, Friday'],
10+
1011
prConcurrentLimit: 8,
1112
prHourlyLimit: 4,
12-
timezone: 'America/Tijuana',
13+
timezone: 'Europe/Rome',
1314

1415
// Commit and PR customization
1516
commitBody: 'See associated pull request for more information.',
@@ -20,6 +21,7 @@
2021

2122
lockFileMaintenance: {
2223
enabled: true,
24+
schedule: ['after 5am on Tuesday', 'before 7am on Tuesday'],
2325
},
2426

2527
// Feature disabled: permission to enable vulnerability alerts is not granted
@@ -146,7 +148,7 @@
146148
'quicktype-core',
147149
'renovate',
148150
],
149-
schedule: ['on sunday and wednesday'],
151+
schedule: ['after 6am on Wednesday', 'before 10pm on Wednesday'],
150152
},
151153

152154
// ============================================================================

0 commit comments

Comments
 (0)