Retired

January 27, 20261 Minute Read

Changes to GitHub Dependabot pull request comment commands

As we announced in October of 2025, we deprecated several Dependabot-specific pull request comment commands today in favor of GitHub’s native pull request features and functionality.

This change is intended to reduce confusion, improve reliability, and encourage use of the GitHub platform’s built-in tools for working with pull requests.

Dependabot comment command deprecations

These comment commands are no longer supported:

  • @dependabot merge
  • @dependabot cancel merge
  • @dependabot squash and merge
  • @dependabot close
  • @dependabot reopen

Migration guidance

Please update your workflows to rely on GitHub’s native features. For merging, closing, or reopening pull requests, we recommend using GitHub’s built-in UI, the GitHub CLI, and the REST API endpoints for pull requests.

Subscribe to our developer newsletter

Discover tips, technical guides, and best practices in our biweekly newsletter just for devs.

By submitting, I agree to let GitHub and its affiliates use my information for personalized communications, targeted advertising, and campaign effectiveness. See the GitHub Privacy Statement for more details.

Changes to GitHub Dependabot pull request comment commands - GitHub Changelog