From 9c13b515367bedc5e02b8759c18f97a6e3f5c475 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Sat, 27 Jan 2024 16:39:10 +0000
Subject: [PATCH] chore(release): 1.2.0 [skip ci]

# [1.2.0](https://gitlab.com/to-be-continuous/renovate/compare/1.1.0...1.2.0) (2024-1-27)

### Features

* migrate to CI/CD component ([0ee4e8d](https://gitlab.com/to-be-continuous/renovate/commit/0ee4e8d8dd36a73e8d41e33fad7241678a652d1a))
---
 CHANGELOG.md | 7 +++++++
 README.md    | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index cb0e17b..16dd620 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [1.2.0](https://gitlab.com/to-be-continuous/renovate/compare/1.1.0...1.2.0) (2024-1-27)
+
+
+### Features
+
+* migrate to CI/CD component ([0ee4e8d](https://gitlab.com/to-be-continuous/renovate/commit/0ee4e8d8dd36a73e8d41e33fad7241678a652d1a))
+
 # [1.1.0](https://gitlab.com/to-be-continuous/renovate/compare/1.0.0...1.1.0) (2023-12-8)
 
 
diff --git a/README.md b/README.md
index abaa152..9099e3f 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.1.0
+  - component: gitlab.com/to-be-continuous/renovate/gitlab-ci-renovate@1.2.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.1.0'
+    ref: '1.2.0'
     file: '/templates/gitlab-ci-renovate.yml'
 ```
 
-- 
GitLab