Commit 69fe606e authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.2.2 [skip ci]

parent e32e815f
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [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)


+2 −2
Original line number Diff line number Diff line
@@ -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'
```

+1 −1
Original line number Diff line number Diff line
@@ -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