@dependabot recreate
stopped doing anything
#10162
Labels
L: git:submodules
Git submodules
L: go:modules
Golang modules
L: javascript
T: bug 🐞
Something isn't working
Is there an existing issue for this?
Package ecosystem
npm
Package manager version
10.5
Language version
Node.js 20.12
Manifest location and content before the Dependabot update
https://github.com/cockpit-project/cockpit-files/blob/main/package.json
Content is not really relevant for this bug
dependabot.yml content
https://github.com/cockpit-project/cockpit-files/blob/main/.github/dependabot.yml
Updated dependency
esbuild (but not relevant)
What you expected to see, versus what you actually saw
We configured dependabot to update our npm modules once a week. For technical reasons (we put
node_modules/
into git), we have to land the resulting set of PRs serially: land the first one, then@dependabot recreate
the second one, let node_modules/ get rebuilt and commited, land it, etc.A few weeks ago this broke: aside from reacting with 👍 to the github comment, like here, it does absolutely nothing any more. Previously it recreated the PR from scratch, i.e. started again from current main branch and re-applied the corresponding npm module update.
@dependabot rebase
does not work for our purposes, as a workflow always amends thenode_modules/
submodule change to the dependabot commit, so it treats it as "user modified".Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
No response
Smallest manifest that reproduces the issue
This happens to all our projects, and all recent dependabot PRs. The manifest or package.json seem to be irrelevant.
The text was updated successfully, but these errors were encountered: