diff --git a/content/code-security/reference/supply-chain-security/dependabot-options-reference.md b/content/code-security/reference/supply-chain-security/dependabot-options-reference.md index dc3e4a788c9d..d3326d77c84a 100644 --- a/content/code-security/reference/supply-chain-security/dependabot-options-reference.md +++ b/content/code-security/reference/supply-chain-security/dependabot-options-reference.md @@ -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 %}