Skip to content

Commit a8d4f7f

Browse files
committed
Remove no longer supported dependabot commands
Fixes dependabot/dependabot-core#14075 (comment)
1 parent 85ce489 commit a8d4f7f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

content/code-security/reference/supply-chain-security/dependabot-pull-request-comment-commands.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,13 @@ You can use any of the following commands on a {% data variables.product.prodnam
2020

2121
| Command | Description |
2222
| --- | --- |
23-
| `@dependabot cancel merge` | Cancels a previously requested merge. |
24-
| `@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. |
2523
| `@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). |
2624
| `@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). |
2725
| `@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). |
2826
| `@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). |
29-
| `@dependabot merge` | Merges the pull request once your CI tests have passed. |
3027
| `@dependabot rebase` | Rebases the pull request. |
3128
| `@dependabot recreate` | Recreates the pull request, overwriting any edits that have been made to the pull request. |
32-
| `@dependabot reopen` | Reopens the pull request if the pull request is closed. |
3329
| `@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. |
34-
| `@dependabot squash and merge` | Squashes and merges the pull request once your CI tests have passed. |
3530

3631
## Commands for grouped version updates
3732

0 commit comments

Comments
 (0)