Open whitphx opened 9 months ago
I'm seeing the same issue with .Net (Nuget) dependencies and a submodule - Dependabot is trying to update a Directories.Packages.props file in a submodule, and deleting the entire submodule to do it, e.g. https://github.com/HicServices/RdmpExtensions/pull/93
Is there an existing issue for this?
Package ecosystem
yarn
Package manager version
1.22.21
Language version
Node 20.11.0
Manifest location and content before the Dependabot update
./streamlit
is a Git submodule.dependabot.yml content
Updated dependency
Example: https://github.com/whitphx/stlite/pull/719
Dependabot updates
streamlit/frontend/lib/package.json
which is in the submodule, but it leads to deleting the submodule and commit thestreamlit/frontend/lib/package.json
as a new file.What you expected to see, versus what you actually saw
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
No response