From 327d0fb6657e546585b8421ac9ff69cb8899e45c Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Fri, 24 Mar 2023 07:46:59 +0100 Subject: [PATCH] fix: remove traefik manual sourceUrl (#21117) --- lib/modules/datasource/metadata-manual.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/modules/datasource/metadata-manual.ts b/lib/modules/datasource/metadata-manual.ts index f8bb61108b..84ead99902 100644 --- a/lib/modules/datasource/metadata-manual.ts +++ b/lib/modules/datasource/metadata-manual.ts @@ -66,7 +66,6 @@ export const manualSourceUrls: Record<string, Record<string, string>> = { }, docker: { 'amd64/registry': 'https://github.com/distribution/distribution', - 'amd64/traefik': 'https://github.com/containous/traefik', 'coredns/coredns': 'https://github.com/coredns/coredns', 'docker/compose': 'https://github.com/docker/compose', 'drone/drone': 'https://github.com/drone/drone', @@ -91,7 +90,6 @@ export const manualSourceUrls: Record<string, Record<string, string>> = { 'mcr.microsoft.com/dotnet/sdk': 'https://github.com/dotnet/sdk', node: 'https://github.com/nodejs/node', registry: 'https://github.com/distribution/distribution', - traefik: 'https://github.com/containous/traefik', }, kubernetes: { node: 'https://github.com/nodejs/node', -- GitLab