[apt] feat: added gitlab origin to unattended upgrades
This commit is contained in:
parent
60a3e61915
commit
a40d7bd015
1 changed files with 5 additions and 2 deletions
|
|
@ -5,11 +5,14 @@ Unattended-Upgrade::Origins-Pattern {
|
|||
"origin=Debian,codename=${distro_codename}-updates";
|
||||
"origin=Debian,codename=${distro_codename}-security";
|
||||
|
||||
# crowdsec
|
||||
"origin=packagecloud.io/crowdsec/crowdsec,label=crowdsec";
|
||||
|
||||
# docker
|
||||
"origin=download.docker.com,label=Docker";
|
||||
|
||||
# crowdsec
|
||||
"origin=packagecloud.io/crowdsec/crowdsec,label=crowdsec";
|
||||
# gitlab-ce
|
||||
"origin=packages.gitlab.com,label=gitlab-ce";
|
||||
|
||||
# tailscale updates
|
||||
"origin=Tailscale,codename=${distro_codename},label=Tailscale";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue