From 3609da49334ef98bc77d2339951377823720b0c8 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Tue, 27 Jan 2026 22:16:47 -0800 Subject: [PATCH] Hyperlink directly to the config subheadings (#59379) --- .../dependabot-options-reference.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 %}