You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each package manager **must** define a schedule interval.
636
638
637
639
* Use `daily` to run on every weekday, Monday to Friday.
638
640
* Use `weekly` to run once a week, by default on Monday.
639
-
* Use `monthly` to run on the first day of each month.
640
-
* Use `cron` for cron expression based scheduling option. See [`cronjob`](#cronjob).
641
+
* Use `monthly` to run on the first day of each month.{% ifversion dependabot-schedule-updates %}
642
+
* Use `cron` for cron expression based scheduling option. See [`cronjob`](#cronjob).{% endif %}
641
643
642
644
{% endif %}
643
645
644
-
By default, {% data variables.product.prodname_dependabot %} randomly assigns a time to apply all the updates in the configuration file. You can use the `time` and `timezone` parameters to set a specific runtime for all intervals. If you use a `cron` interval, you can define the update time with a `cronjob` expression.
646
+
By default, {% data variables.product.prodname_dependabot %} randomly assigns a time to apply all the updates in the configuration file. You can use the `time` and `timezone` parameters to set a specific runtime for all intervals. {% ifversion dependabot-schedule-updates %}If you use a `cron` interval, you can define the update time with a `cronjob` expression.{% endif %}
645
647
646
648
### `day`
647
649
@@ -655,6 +657,8 @@ Format: `hh:mm`
655
657
656
658
Optionally, run all updates for a package manager at a specific time of day. By default, times are interpreted as UTC.
657
659
660
+
{% ifversion dependabot-schedule-updates %}
661
+
658
662
### `cronjob`
659
663
660
664
Supported values: Valid cron expression in cron syntax or natural expression.
0 commit comments