From 18b440b8bf0c045dbc1a657886fb887949265e3c Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Mon, 27 Jan 2025 09:57:17 +0000
Subject: [PATCH] chore(release): 1.5.0 [skip ci]

# [1.5.0](https://gitlab.com/to-be-continuous/renovate/compare/1.4.1...1.5.0) (2025-01-27)

### Features

* disable tracking service by default ([0193166](https://gitlab.com/to-be-continuous/renovate/commit/0193166ef576061753d4cd9c80ac4cfd84c96109))
---
 CHANGELOG.md                     | 7 +++++++
 README.md                        | 4 ++--
 templates/gitlab-ci-renovate.yml | 2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 455db48..39404dd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [1.5.0](https://gitlab.com/to-be-continuous/renovate/compare/1.4.1...1.5.0) (2025-01-27)
+
+
+### Features
+
+* disable tracking service by default ([0193166](https://gitlab.com/to-be-continuous/renovate/commit/0193166ef576061753d4cd9c80ac4cfd84c96109))
+
 ## [1.4.1](https://gitlab.com/to-be-continuous/renovate/compare/1.4.0...1.4.1) (2024-12-09)
 
 
diff --git a/README.md b/README.md
index eb16802..b6058b6 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Add the following to your `.gitlab-ci.yml`:
 ```yaml
 include:
   # include the component
-  - component: $CI_SERVER_FQDN/to-be-continuous/renovate/gitlab-ci-renovate@1.4.1
+  - component: $CI_SERVER_FQDN/to-be-continuous/renovate/gitlab-ci-renovate@1.5.0
 ```
 
 ### Use as a CI/CD template (legacy)
@@ -25,7 +25,7 @@ Add the following to your `.gitlab-ci.yml`:
 include:
   # include the template
   - project: "to-be-continuous/renovate"
-    ref: "1.4.1"
+    ref: "1.5.0"
     file: "/templates/gitlab-ci-renovate.yml"
 ```
 
diff --git a/templates/gitlab-ci-renovate.yml b/templates/gitlab-ci-renovate.yml
index 0538734..3502ca3 100644
--- a/templates/gitlab-ci-renovate.yml
+++ b/templates/gitlab-ci-renovate.yml
@@ -328,7 +328,7 @@ stages:
   image: $RENOVATE_IMAGE
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "renovate", "1.4.1"]
+      command: ["--service", "renovate", "1.5.0"]
   variables:
     RENOVATE_BASE_DIR: $CI_PROJECT_DIR
     RENOVATE_CACHE_DIR: $CI_PROJECT_DIR/.cache/renovate
-- 
GitLab