-
Notifications
You must be signed in to change notification settings - Fork 1k
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
schedule.interval
support cron expressions
#6339
Comments
Thanks for the idea. |
schedule.interval
support cron expressions
I have an similar issue as #2038 as I want to run it "biweekly". |
biweekly/fortnight is a pretty useful interval because many companies do 2-week sprints. |
Are there any updates regarding this? People have been asking for more scheduling options for years now. I have seen people ask for the ability to:
These reasons for wanting more customizability are only the ones I have seen. I'm sure there are more. |
In the project I'm working on, we have some shared libraries, pipelines etc. If updates are running monthly then services are not getting the most recent shared library if that one was updated too on the same day. So scheduling would allow to bump versions in shared repositories a week before services update. |
+1 |
I would like the ability to schedule dependabot, schedule.interval, on more options other than daily, weekly, and monthly.
For my use case specifically, I am looking for schedule it quarterly and semi-annually.
Rather than adding options quarterly and semi-annual, I believe it would be much better if dependabot were allowed to be scheduled using a cron expression to make it more generic. This would allow users to schedule it all kinds of different ways that better fit the user's needs.
The text was updated successfully, but these errors were encountered: