dependabot-core icon indicating copy to clipboard operation
dependabot-core copied to clipboard

Rebase when "This branch is out-of-date with the base branch" is blocking merge

Open slifty opened this issue 3 weeks ago • 0 comments

Is there an existing issue for this?

  • [x] I have searched the existing issues

Package ecosystem

npm

Package manager version

No response

Language version

No response

Manifest location and content before the Dependabot update

/package.json

dependabot.yml content

No response

Updated dependency

No response

What you expected to see, versus what you actually saw

The PR is correct, CI passes, it has been approved, and auto-merge is enabled -- the only thing blocking the auto-merge is that we require our branches to be up to date before merge. The branch is not up to date.

In the past Dependabot will sometimes detect this state and trigger a rebase, but there are some cases where this doesn't happen, for instance: https://github.com/PermanentOrg/sftp-service/pull/757

When that occurs I need to manually rebase each dependabot PR as the others are merged, which is overhead I would love to avoid!

Native package manager behavior

No response

Images of the diff or a link to the PR, issue, or logs

https://github.com/PermanentOrg/sftp-service/pull/757

and

https://github.com/PermanentOrg/sftp-service/pull/759

Smallest manifest that reproduces the issue

No response

slifty avatar Dec 09 '25 17:12 slifty