Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace deprecated Renovate schedule with cron syntax #8810

Merged
merged 1 commit into from
Mar 11, 2025

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Mar 10, 2025

https://docs.renovatebot.com/key-concepts/scheduling/#deprecated-breejslater-syntax says the wordy Later.js syntax is deprecated:

This section explains the deprecated @breejs/later syntax. We plan to remove the @breejs/later library in a future major Renovate release if we can find a way to migrate all valid schedules to cron syntax. Due to this upcoming change, we strongly recommend you use cron schedules.

https://docs.renovatebot.com/key-concepts/scheduling/#recommended-cron-syntax says:

For Cron schedules, you must use the * wildcard for the minutes value, as Renovate doesn't support minute granularity. And the cron schedule must have five parts.

https://crontab.guru/#*_*_3__ says * * 3 * * is:

“At every minute on day-of-month 3.”

@radarhere radarhere merged commit b965116 into python-pillow:main Mar 11, 2025
52 of 54 checks passed
@hugovk hugovk deleted the renovate-cron branch March 11, 2025 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants