From 69fe606ebbb57faac4672ef293b1231ef24ec8d2 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Sun, 5 May 2024 17:54:19 +0000
Subject: [PATCH] chore(release): 1.2.2 [skip ci]

## [1.2.2](https://gitlab.com/to-be-continuous/renovate/compare/1.2.1...1.2.2) (2024-05-05)

### Bug Fixes

* **workflow:** disable MR pipeline from prod & integ branches ([e32e815](https://gitlab.com/to-be-continuous/renovate/commit/e32e815f6aa487edf0c25112cc6173bbd1ce0ad2))
---
 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 ce13cd6..b8a21b9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [1.2.2](https://gitlab.com/to-be-continuous/renovate/compare/1.2.1...1.2.2) (2024-05-05)
+
+
+### Bug Fixes
+
+* **workflow:** disable MR pipeline from prod & integ branches ([e32e815](https://gitlab.com/to-be-continuous/renovate/commit/e32e815f6aa487edf0c25112cc6173bbd1ce0ad2))
+
 ## [1.2.1](https://gitlab.com/to-be-continuous/renovate/compare/1.2.0...1.2.1) (2024-2-5)
 
 
diff --git a/README.md b/README.md
index d0a10a1..aab43a9 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: gitlab.com/to-be-continuous/renovate/gitlab-ci-renovate@1.2.1
+  - component: gitlab.com/to-be-continuous/renovate/gitlab-ci-renovate@1.2.2
 ```
 
 ### 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.2.1'
+    ref: '1.2.2'
     file: '/templates/gitlab-ci-renovate.yml'
 ```
 
diff --git a/templates/gitlab-ci-renovate.yml b/templates/gitlab-ci-renovate.yml
index 6eea5a5..3b72ce4 100644
--- a/templates/gitlab-ci-renovate.yml
+++ b/templates/gitlab-ci-renovate.yml
@@ -232,7 +232,7 @@ stages:
   image: $RENOVATE_IMAGE
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "renovate", "1.2.1"]
+      command: ["--service", "renovate", "1.2.2"]
   variables:
     RENOVATE_BASE_DIR: $CI_PROJECT_DIR
     RENOVATE_CACHE_DIR: $CI_PROJECT_DIR/.cache/renovate
-- 
GitLab