▲ | booi 3 days ago | |||||||||||||||||||||||||||||||
Is there some sort of easy operational way to do this? There are well known tech companies that do this internally but afaik this isn't a feature of OSS registries like verdaccio | ||||||||||||||||||||||||||||||||
▲ | fclairamb 3 days ago | parent | next [-] | |||||||||||||||||||||||||||||||
Renovate is a great (and free) tool to update your dependencies. By default it will update packages in the hours (often minutes) of their release but you can change that behavior with the minimumReleaseAge parameter. https://docs.renovatebot.com/configuration-options/#minimumr... | ||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
▲ | wallrat 3 days ago | parent | prev [-] | |||||||||||||||||||||||||||||||
There are dependency firewalls that let you enforce this (e.g. https://docs.bytesafe.dev/policies/delay-upstream/). Don't know any OSS solutions though. |