I have all of my linux servers (ubuntu and debian) auto update. Emails me if there is anything I need to look at as far as config changes, so maintenance is a piece of cake.

apt-get update
apt-get -y upgrade

those go into a nightly cronjob, and voila.