The purpose of the package unattended-upgrades is to keep your server current with the latest security updates. Or call it automatic updates. Install and configure unattended-upgrades.
Do this as root user or use sudo:
apt install unattended-upgrades apt-listchanges
Now configure unattended-upgrades:
dpkg-reconfigure -plow unattended-upgrades
That’s it.