Turning off automatic upgrades

I’m using other tools for checking and upgrading so…

$ sudoedit /etc/apt/apt.conf.d/20auto-upgrades

From...

APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Unattended-Upgrade "1";

...to...

APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Unattended-Upgrade "0";

...or...

APT::Periodic::Update-Package-Lists "0";
APT::Periodic::Download-Upgradeable-Packages "0";
APT::Periodic::AutocleanInterval "0";
APT::Periodic::Unattended-Upgrade "0";