From cbf83c2e85574f4c1febab9ed295a7448b026400 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 9 May 2025 11:52:58 +0200 Subject: [PATCH] fix(apt): auto updates from gitlab-ce --- templates/apt/conf.d/50unattended-upgrades.Debian.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/apt/conf.d/50unattended-upgrades.Debian.j2 b/templates/apt/conf.d/50unattended-upgrades.Debian.j2 index 8f0f2f3..23e4852 100644 --- a/templates/apt/conf.d/50unattended-upgrades.Debian.j2 +++ b/templates/apt/conf.d/50unattended-upgrades.Debian.j2 @@ -12,7 +12,7 @@ Unattended-Upgrade::Origins-Pattern { "origin=Docker,label=Docker"; # gitlab-ce - "origin=packages.gitlab.com,label=gitlab-ce"; + "origin=packages.gitlab.com/gitlab/gitlab-ce,label=gitlab-ce"; # tailscale "origin=Tailscale,codename=${distro_codename},label=Tailscale";