File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
content/code-security/reference/supply-chain-security Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -616,13 +616,13 @@ Reviewers must have at least read access to the repository.
616616
617617| Parameters | Purpose |
618618|------------|---------|
619- | `interval` | **Required.** Defines the frequency for {% data variables.product.prodname_dependabot %}. |
620- | `day` | Specify the day to run for a **weekly** interval. |
621- | `time` | Specify the time to run. |
619+ | [ `interval`](#interval) | **Required.** Defines the frequency for {% data variables.product.prodname_dependabot %}. |
620+ | [ `day`](#day) | Specify the day to run for a **weekly** interval. |
621+ | [ `time`](#time) | Specify the time to run. |
622622| {% ifversion dependabot-schedule-updates %} |
623- | `cronjob` | Defines the cron expression if the interval type is `cron`. |
623+ | [ `cronjob`](#cronjob) | Defines the cron expression if the interval type is `cron`. |
624624| {% endif %} |
625- | `timezone` | Specify the timezone of the `time` value. |
625+ | [ `timezone`](#timezone) | Specify the timezone of the `time` value. |
626626
627627{% ifversion fpt or ghec %}
628628
You can’t perform that action at this time.
0 commit comments