|
|
|
|
|
by dj_gitmo
20 days ago
|
|
IMO the best practice is to leave dependencies unpinned, but use a lock file, and only update the lock file a few times a year.
Upgrade enough that you don’t get stuck, but not often enough to expose yourself to supply chain attacks every time CI runs. |
|
Constantly upgrading offers more days with that % chance of catching one, but at least means you'll see the fix or release-pull sooner too.