Skip to content

Commit 911ec92

Browse files
committed
ci: revert to cron schedule for cross-repo angular dependencies (#3115)
The human-readable schedule "Every minute, every 2 hours" is not supported by the currently used version of Renovate, causing the following error: WARN: Invalid schedule: Failed to parse "Every minute, every 2 hours" This is due to a recent revert of the Renovate version. This commit reverts back to the cron expression to fix the issue. PR Close #3115
1 parent 00cef30 commit 911ec92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

renovate-presets/default.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
followTag: 'next',
105105
minimumReleaseAge: null,
106106
separateMajorMinor: false,
107-
schedule: ['Every minute, every 2 hours'],
107+
schedule: ['* 0-22/2 * * *'], // Every minute, every 2 hours
108108
matchPackageNames: [
109109
'@angular-devkit/**',
110110
'@angular/**',

0 commit comments

Comments
 (0)