Commit fcbdc9e5 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 76a1ef92
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.6.3](https://gitlab.com/to-be-continuous/renovate/compare/1.6.2...1.6.3) (2025-07-05)


### Bug Fixes

* fix unscope_variables ([76a1ef9](https://gitlab.com/to-be-continuous/renovate/commit/76a1ef9229a4760137d82b20f5384556cc3c9b4e))

## [1.6.2](https://gitlab.com/to-be-continuous/renovate/compare/1.6.1...1.6.2) (2025-06-23)


+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: $CI_SERVER_FQDN/to-be-continuous/renovate/gitlab-ci-renovate@1.6.2
  - component: $CI_SERVER_FQDN/to-be-continuous/renovate/gitlab-ci-renovate@1.6.3
```

### 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.6.2"
    ref: "1.6.3"
    file: "/templates/gitlab-ci-renovate.yml"
```

+1 −1
Original line number Diff line number Diff line
@@ -337,7 +337,7 @@ stages:
  image: $RENOVATE_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "renovate", "1.6.2"]
      command: ["--service", "renovate", "1.6.3"]
  variables:
    RENOVATE_BASE_DIR: $CI_PROJECT_DIR
    RENOVATE_CACHE_DIR: $CI_PROJECT_DIR/.cache/renovate