Skip to content

Commit 2dc2108

Browse files
jeffwidmanam-stead
andauthored
Document how to specify timezones for a cronjob (#59380)
Co-authored-by: Anne-Marie <102995847+am-stead@users.noreply.github.com>
1 parent 9fa1ec4 commit 2dc2108

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/code-security/reference/supply-chain-security/dependabot-options-reference.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,8 @@ Examples : `0 9 * * *`, `every day at 5pm`
682682
`0 9 * * *` is equivalent to "every day at 9am". `every day at 5pm` is equivalent to `0 17 * * *`.
683683

684684
> [!NOTE]
685-
> A `cronjob` type schedule is required to use a `cron` interval.
685+
> * Timezones must be specified in the [`timezone`](#timezone) parameter and not in the `cronjob`.
686+
> * A `cronjob` type schedule is required to use a `cron` interval.
686687

687688
```yaml copy
688689

0 commit comments

Comments
 (0)