From 6f75d4cfba8412aabb78f322101a7c6a8b9358db Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Thu, 16 Apr 2026 11:13:46 +0200 Subject: [PATCH] docs: fix link in vulnerabilityAlerts docs --- docs/usage/configuration-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index 4bfd10df544..81b84b5ef0d 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -5011,7 +5011,7 @@ When using this strategy, make sure that the package you're referencing does sup ## vulnerabilityAlerts Renovate can read GitHub's Vulnerability Alerts to customize its Pull Requests. -For this to work, you must enable the [Dependency graph](https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph#enabling-the-dependency-graph), and [Dependabot alerts](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository). +For this to work, you must enable the [Dependency graph](https://docs.github.com/en/code-security/how-tos/secure-your-supply-chain/secure-your-dependencies/enabling-the-dependency-graph), and [Dependabot alerts](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository). Follow these steps: 1. While logged in to GitHub, navigate to your repository