I want to be able to use choco upgrade all -y to update almost all of my Chocolatey packages.
Some packages represent applications that I want to have installed, but I no longer want them to be updated, at least not automatically by the choco upgrade all command.
Can I remove a package from Chocolatey without actually uninstalling the application? That would have the desired effect.
Or can I achieve my goal in a better way?