From a8d4f7fa0a22cd3f89bc610e43bdd76194229212 Mon Sep 17 00:00:00 2001 From: James Frost Date: Tue, 7 Jul 2026 10:58:14 +0100 Subject: [PATCH 1/2] Remove no longer supported dependabot commands Fixes https://github.com/dependabot/dependabot-core/issues/14075#issuecomment-4902269214 --- .../dependabot-pull-request-comment-commands.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/content/code-security/reference/supply-chain-security/dependabot-pull-request-comment-commands.md b/content/code-security/reference/supply-chain-security/dependabot-pull-request-comment-commands.md index 70f7d80d7204..54d2a54b361b 100644 --- a/content/code-security/reference/supply-chain-security/dependabot-pull-request-comment-commands.md +++ b/content/code-security/reference/supply-chain-security/dependabot-pull-request-comment-commands.md @@ -20,18 +20,13 @@ You can use any of the following commands on a {% data variables.product.prodnam | Command | Description | | --- | --- | -| `@dependabot cancel merge` | Cancels a previously requested merge. | -| `@dependabot close` | Closes the pull request and prevents {% data variables.product.prodname_dependabot %} from recreating that pull request. You can achieve the same result by closing the pull request manually. | | `@dependabot ignore this dependency` | Closes the pull request and prevents {% data variables.product.prodname_dependabot %} from creating any more pull requests for this dependency (unless you reopen the pull request or upgrade to the suggested version yourself). | | `@dependabot ignore this major version` | Closes the pull request and prevents {% data variables.product.prodname_dependabot %} from creating any more pull requests for this major version (unless you reopen the pull request or upgrade to this major version yourself). | | `@dependabot ignore this minor version` | Closes the pull request and prevents {% data variables.product.prodname_dependabot %} from creating any more pull requests for this minor version (unless you reopen the pull request or upgrade to this minor version yourself). | | `@dependabot ignore this patch version` | Closes the pull request and prevents {% data variables.product.prodname_dependabot %} from creating any more pull requests for this patch version (unless you reopen the pull request or upgrade to this patch version yourself). | -| `@dependabot merge` | Merges the pull request once your CI tests have passed. | | `@dependabot rebase` | Rebases the pull request. | | `@dependabot recreate` | Recreates the pull request, overwriting any edits that have been made to the pull request. | -| `@dependabot reopen` | Reopens the pull request if the pull request is closed. | | `@dependabot show DEPENDENCY_NAME ignore conditions` | Retrieves information on the ignore conditions for the specified dependency, and comments on the pull request with a table that displays all ignore conditions for the dependency. For example, `@dependabot show express ignore conditions` would find all `ignore` conditions stored for the Express dependency, and comment on the pull request with that information. | -| `@dependabot squash and merge` | Squashes and merges the pull request once your CI tests have passed. | ## Commands for grouped version updates From dd44332a1d9e43879145dae8c84740263eb9d4a4 Mon Sep 17 00:00:00 2001 From: James Frost Date: Tue, 7 Jul 2026 11:58:55 +0100 Subject: [PATCH 2/2] Remove reference to merge, etc. in introduction --- .../dependabot-pull-request-comment-commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/code-security/reference/supply-chain-security/dependabot-pull-request-comment-commands.md b/content/code-security/reference/supply-chain-security/dependabot-pull-request-comment-commands.md index 54d2a54b361b..14d573590845 100644 --- a/content/code-security/reference/supply-chain-security/dependabot-pull-request-comment-commands.md +++ b/content/code-security/reference/supply-chain-security/dependabot-pull-request-comment-commands.md @@ -12,7 +12,7 @@ category: - Secure your dependencies --- -{% data variables.product.prodname_dependabot %} responds to simple commands in comments. Each pull request contains details of the commands you can use to process the pull request (for example: to merge, squash, reopen, close, or rebase the pull request) under the "{% data variables.product.prodname_dependabot %} commands and options" section. The aim is to make it as easy as possible for you to triage these automatically generated pull requests. +{% data variables.product.prodname_dependabot %} responds to simple commands in comments. Each pull request contains details of the commands you can use to process the pull request (for example: to rebase or recreate the pull request) under the "{% data variables.product.prodname_dependabot %} commands and options" section. The aim is to make it as easy as possible for you to triage these automatically generated pull requests. ## Commands for {% data variables.product.prodname_dependabot %} pull requests