change unattended updates
This commit is contained in:
parent
e054e27c28
commit
b24aad6431
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue