From 946ae099f75e841afb4702a76bb9cdc30bdc16a1 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Fri, 8 Dec 2023 14:20:08 +0000
Subject: [PATCH] chore(release): 1.1.0 [skip ci]

# [1.1.0](https://gitlab.com/to-be-continuous/renovate/compare/1.0.0...1.1.0) (2023-12-8)

### Features

* use centralized tracking image (gitlab.com) ([fbee9a0](https://gitlab.com/to-be-continuous/renovate/commit/fbee9a02c20ac092cb10faf39582945bf219b54a))
---
 CHANGELOG.md                     | 7 +++++++
 README.md                        | 2 +-
 templates/gitlab-ci-renovate.yml | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8d1c226..cb0e17b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [1.1.0](https://gitlab.com/to-be-continuous/renovate/compare/1.0.0...1.1.0) (2023-12-8)
+
+
+### Features
+
+* use centralized tracking image (gitlab.com) ([fbee9a0](https://gitlab.com/to-be-continuous/renovate/commit/fbee9a02c20ac092cb10faf39582945bf219b54a))
+
 # 1.0.0 (2023-11-25)
 
 
diff --git a/README.md b/README.md
index a23760f..0b23017 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
 ```yaml
 include:
   - project: 'to-be-continuous/renovate'
-    ref: '1.0.0'
+    ref: '1.1.0'
     file: '/templates/gitlab-ci-renovate.yml'
 ```
 
diff --git a/templates/gitlab-ci-renovate.yml b/templates/gitlab-ci-renovate.yml
index 8e4d3f0..a499b4c 100644
--- a/templates/gitlab-ci-renovate.yml
+++ b/templates/gitlab-ci-renovate.yml
@@ -217,7 +217,7 @@ stages:
   image: $RENOVATE_IMAGE
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "renovate", "1.0.0" ]
+      command: ["--service", "renovate", "1.1.0" ]
   variables:
     RENOVATE_BASE_DIR: $CI_PROJECT_DIR
     RENOVATE_CACHE_DIR: $CI_PROJECT_DIR/.cache/renovate
-- 
GitLab