## This file is provided by the Algorand package to configure
## unattended upgrades for the Algorand node software.

Unattended-Upgrade::Allowed-Origins {
    "Algorand:stable";
};

Dpkg::Options {
    "--force-confdef";
    "--force-confold";
};
