Skip to content

Commit 5cae895

Browse files
Corrects the line typo in schedule and adds additional information for cron schedule (#55421)
Co-authored-by: mc <[email protected]>
1 parent 5bee83e commit 5cae895

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/code-security/dependabot/working-with-dependabot/dependabot-options-reference.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,8 @@ Each package manager **must** define a schedule interval.
498498
* Use `semiannually` to run every six months, on the first day of January and July.
499499
* Use `yearly` to run on the first day of January.
500500
* Use `cron` for cron expression based scheduling option. See [`cronjob`](#cronjob).
501-
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.
501+
502+
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..
502503

503504
### `day`
504505

0 commit comments

Comments
 (0)