Skip to content

Commit fceeb61

Browse files
committed
ci: revert to cron schedule for cross-repo angular dependencies
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.
1 parent 00cef30 commit fceeb61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)