In the section Automating updates for Debian-based systems, Page 291:
1 # File: /etc/apt/apt.conf.d/50unattended-upgrades
2 Unattended-Upgrade::Automatic-Reboot "false";
3
4 Unattended-Upgrade::Allowed-Origins {
5 "Ubuntu lucid-security";
6 // "Ubuntu lucid-updates";
7 };
Lucid is Ubuntu's 10.04 release. For 18.04, this should be replaced with bionic.
In the section Automating updates for Debian-based systems, Page 291:
1 # File: /etc/apt/apt.conf.d/50unattended-upgrades
2 Unattended-Upgrade::Automatic-Reboot "false";
3
4 Unattended-Upgrade::Allowed-Origins {
5 "Ubuntu lucid-security";
6 // "Ubuntu lucid-updates";
7 };
Lucid is Ubuntu's 10.04 release. For 18.04, this should be replaced with bionic.