Unattended activitvity while in hibernation or sleep

when i use

sudo grep Periodic:: /etc/apt -rH

i get the following:

/etc/apt/apt.conf.d/10periodic:APT::Periodic::Update-Package-Lists "0";
/etc/apt/apt.conf.d/10periodic:APT::Periodic::Download-Upgradeable-Packages "0";
/etc/apt/apt.conf.d/10periodic:APT::Periodic::AutocleanInterval "0";
/etc/apt/apt.conf.d/10periodic:APT::Periodic::Unattended-Upgrade "0";
/etc/apt/apt.conf.d/20auto-upgrades:APT::Periodic::Update-Package-Lists "0";
/etc/apt/apt.conf.d/20auto-upgrades:APT::Periodic::Download-Upgradeable-Packages "0";
/etc/apt/apt.conf.d/20auto-upgrades:APT::Periodic::AutocleanInterval "0";
/etc/apt/apt.conf.d/20auto-upgrades:APT::Periodic::Unattended-Upgrade "0";

do all the "0"s mean they are never going to run? or does it mean they always run?

trying to identify any and all processes that could try to wake my suspended system and do something because it keeps doing something to my motherboard that causes it to not be able to wake up.

system

Operating System: Kubuntu 24.10
KDE Plasma Version: 6.1.5
KDE Frameworks Version: 6.6.0
Qt Version: 6.6.2
Kernel Version: 6.11.0-19-generic (64-bit)
Graphics Platform: X11
Processors: 28 × Intel® Core™ i7-14700K
Memory: 62.6 GiB of RAM
Graphics Processor: AMD Radeon RX 6800
Manufacturer: Micro-Star International Co., Ltd.
Product Name: MS-7D27
System Version: 1.0

i’m also noticing that my 24.10 version of this file is a lot different with many things commented out

and
Unattended-Upgrade::DevRelease "auto"; being set is different as well.

when this line is commented out like this, does that mean it will NOT try to reboot at 2AM in the morning?

or does that mean that is the compiled default, so if i wanted to change it i would uncomment the line?

similar to how the sleep.conf file works.

because when my machine fails to boot in the morning its always after the 2AM call.

//Unattended-Upgrade::Automatic-Reboot-Time "02:00";