|
|
|
|
|
by jasonpeacock
1696 days ago
|
|
And what happens when you need to update those dependencies? Software is a living beast, you can't keep it alive on 4yr-old dependencies. In fact, you've cursed it with unpatched bugs and security issues. Yes, keep a separate repo, but also keep it updated. The best approach is to maintain a lag between your packages and upstream so issues like these are hopefully detected & corrected before you update. |
|
Then you update them just like you do otherwise, like I already said is possible.
> you can't keep it alive on 4yr-old dependencies. In fact, you've cursed it with unpatched bugs and security issues
This is misdirection. No one is arguing for the bad thing you're trying to bring up.
Commit your dependencies.