change unattended updates

This commit is contained in:
Michael Rennecke 2019-09-13 16:33:16 +02:00
parent e054e27c28
commit b24aad6431
1 changed files with 2 additions and 1 deletions

View File

@ -4,11 +4,12 @@
// Automatically upgrade packages from these (origin:archive) pairs
Unattended-Upgrade::Allowed-Origins {
"origin=*";
"*:*";
};
// List of packages to not update (regexp are supported)
Unattended-Upgrade::Package-Blacklist {
"mongo.*";
// "vim";
// "libc6";
// "libc6-dev";