You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 24, 2022. It is now read-only.
We have a a couple of Pipfiles which have another path in the same repo as an editable dependency, e.g. project_b = {editable = true,path = "./../project_b"} in project a's Pipfile.
When dependabot updates the lock file for project a, the lock files lose all the previously locked deps from project b (e.g. Flowminder/FlowKit@7ff5d33), necessitating a manual relock of the Pipfile.
Anything we can do to stop that happening?
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within seven days. Thank you for your contributions.
We have a a couple of Pipfiles which have another path in the same repo as an editable dependency, e.g.
project_b = {editable = true,path = "./../project_b"}
in project a's Pipfile.When dependabot updates the lock file for project a, the lock files lose all the previously locked deps from project b (e.g. Flowminder/FlowKit@7ff5d33), necessitating a manual relock of the Pipfile.
Anything we can do to stop that happening?
The text was updated successfully, but these errors were encountered: