rranelli / auto-package-update.el

Automatically update Emacs packages.
151 stars 26 forks source link

Add ability to exclude specific packages from automatic updates. #51

Closed brownts closed 2 years ago

brownts commented 3 years ago

This PR adds the auto-package-update-excluded-packages setting to prevent user specified packages from being automatically updated. This can be useful if a package needs to stay at a specific version but you'd like to upgrade other packages.

rranelli commented 2 years ago

Thanks for the contribution!