Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -616,13 +616,13 @@ Reviewers must have at least read access to the repository.

| Parameters | Purpose |
|------------|---------|
| `interval` | **Required.** Defines the frequency for {% data variables.product.prodname_dependabot %}. |
| `day` | Specify the day to run for a **weekly** interval. |
| `time` | Specify the time to run. |
| [`interval`](#interval) | **Required.** Defines the frequency for {% data variables.product.prodname_dependabot %}. |
| [`day`](#day) | Specify the day to run for a **weekly** interval. |
| [`time`](#time) | Specify the time to run. |
| {% ifversion dependabot-schedule-updates %} |
| `cronjob` | Defines the cron expression if the interval type is `cron`. |
| [`cronjob`](#cronjob) | Defines the cron expression if the interval type is `cron`. |
| {% endif %} |
| `timezone` | Specify the timezone of the `time` value. |
| [`timezone`](#timezone) | Specify the timezone of the `time` value. |

{% ifversion fpt or ghec %}

Expand Down
Loading