From dad3268858fb13820c6ef23ce2abdfa577079ece Mon Sep 17 00:00:00 2001 From: Falcion Date: Tue, 24 Jun 2025 08:19:33 +0300 Subject: [PATCH 1/2] feat(docs): make reviewers retired option in dependabot's page --- .../working-with-dependabot/dependabot-options-reference.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/code-security/dependabot/working-with-dependabot/dependabot-options-reference.md b/content/code-security/dependabot/working-with-dependabot/dependabot-options-reference.md index 88d7b08d6dec..4a46304c9e08 100644 --- a/content/code-security/dependabot/working-with-dependabot/dependabot-options-reference.md +++ b/content/code-security/dependabot/working-with-dependabot/dependabot-options-reference.md @@ -458,6 +458,9 @@ Supported values: `REGISTRY_NAME` or `"*"` ## `reviewers` {% octicon "versions" aria-label="Version updates" height="24" %} {% octicon "shield-check" aria-label="Security updates" height="24" %} +> [!Important] +> This feature is retired from `dependabot.yml` and overlaps with [CODEOWNERS](/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners.md) file from Tuesday, May 20, 2025. For more information, read our [blog](https://github.blog/changelog/2025-04-29-dependabot-reviewers-configuration-option-being-replaced-by-code-owners/). + Specify individual reviewers, or teams of reviewers, for all pull requests raised for a package manager. For examples, see [AUTOTITLE](/code-security/dependabot/dependabot-version-updates/customizing-dependabot-prs). {% data variables.product.prodname_dependabot %} default behavior: From 86923386ba4a0ba25e6f8539239b1090ced513cb Mon Sep 17 00:00:00 2001 From: Sharra-writes Date: Tue, 24 Jun 2025 10:49:13 -0700 Subject: [PATCH 2/2] Update content/code-security/dependabot/working-with-dependabot/dependabot-options-reference.md Co-authored-by: Matyas Sandor <53257021+sandormatyas@users.noreply.github.com> --- .../working-with-dependabot/dependabot-options-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/code-security/dependabot/working-with-dependabot/dependabot-options-reference.md b/content/code-security/dependabot/working-with-dependabot/dependabot-options-reference.md index 4a46304c9e08..dabaa0f9bc17 100644 --- a/content/code-security/dependabot/working-with-dependabot/dependabot-options-reference.md +++ b/content/code-security/dependabot/working-with-dependabot/dependabot-options-reference.md @@ -459,7 +459,7 @@ Supported values: `REGISTRY_NAME` or `"*"` ## `reviewers` {% octicon "versions" aria-label="Version updates" height="24" %} {% octicon "shield-check" aria-label="Security updates" height="24" %} > [!Important] -> This feature is retired from `dependabot.yml` and overlaps with [CODEOWNERS](/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners.md) file from Tuesday, May 20, 2025. For more information, read our [blog](https://github.blog/changelog/2025-04-29-dependabot-reviewers-configuration-option-being-replaced-by-code-owners/). +> This feature is retired from `dependabot.yml` and overlaps with [CODEOWNERS](/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners) file from Tuesday, May 20, 2025. For more information, read our [blog](https://github.blog/changelog/2025-04-29-dependabot-reviewers-configuration-option-being-replaced-by-code-owners/). Specify individual reviewers, or teams of reviewers, for all pull requests raised for a package manager. For examples, see [AUTOTITLE](/code-security/dependabot/dependabot-version-updates/customizing-dependabot-prs).