diff --git a/CHANGELOG.md b/CHANGELOG.md index ce13cd6e8099d796ca2cd1542814c8dca35a2ec1..b8a21b9bd36a355770ad78f1508b02176ae0ebe9 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 d0a10a1a1a84a342422c509afafa86f34f338af2..aab43a94b129aeac3e0b2f614d4ad75630fb1d08 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 6eea5a59c45b48b006216cdb0c3ef45109c534a9..3b72ce4036428f4fe44de3ab773a1c7b18bc1c61 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