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
I'm using git subtree to manage the main dependency in one of my projects. (My project is a Python package, and my dependency is a C library which it provides bindings for.)
This project is a cryptographic library, so I would like to try to expedite updates, since they are occasionally security updates.
I see that Dependabot has support for git submodule. Is support for git subtree planned?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm using
git subtree
to manage the main dependency in one of my projects. (My project is a Python package, and my dependency is a C library which it provides bindings for.)This project is a cryptographic library, so I would like to try to expedite updates, since they are occasionally security updates.
I see that Dependabot has support for
git submodule
. Is support forgit subtree
planned?(Seems to be the first ask of this question.)
Beta Was this translation helpful? Give feedback.
All reactions