Skip to content

Commit ee61b67

Browse files
committed
ci: update renovate schedule
This commit updates the Renovate schedule in to 'Every minute, every 2 hours'. This change is intended to adjust the frequency of Renovate's operations, using a cleaner and more human-readable format.
1 parent 9cd2a23 commit ee61b67

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: ['0 */2 * * *'], // Every two hours.
107+
schedule: ['Every minute, every 2 hours'],
108108
matchPackageNames: [
109109
'@angular-devkit/**',
110110
'@angular/**',

0 commit comments

Comments
 (0)