How do I automatically keep all locally installed Chocolatey packages up to date?

030 picture 030 · Jul 4, 2014 · Viewed 34.6k times · Source

There is Ketarin to update Chocolatey packages and push them to chocolatey.org automatically, but how do I automatically update all locally installed Chocolatey packages?

Answer

ferventcoder picture ferventcoder · Jul 5, 2014

Try choco upgrade all -y (or cup all -y). One can create a scheduled task to run in the evenings that would do this.