From 0193166ef576061753d4cd9c80ac4cfd84c96109 Mon Sep 17 00:00:00 2001
From: Clement Bois <clement.bois@orange.com>
Date: Mon, 27 Jan 2025 10:55:47 +0100
Subject: [PATCH] feat: disable tracking service by default

---
 templates/gitlab-ci-renovate.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/templates/gitlab-ci-renovate.yml b/templates/gitlab-ci-renovate.yml
index e66677e..0538734 100644
--- a/templates/gitlab-ci-renovate.yml
+++ b/templates/gitlab-ci-renovate.yml
@@ -73,9 +73,6 @@ workflow:
 
 
 variables:
-  # variabilized tracking image
-  TBC_TRACKING_IMAGE: registry.gitlab.com/to-be-continuous/tools/tracking:master
-
   RENOVATE_IMAGE: $[[ inputs.image ]]
 
   # those are native Renovate configuration variables
-- 
GitLab