Commit 18e0674a authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.6.0 [skip ci]

# [1.6.0](https://gitlab.com/to-be-continuous/renovate/compare/1.5.0...1.6.0) (2025-05-30)

### Features

* repositories autodiscovery enabled by default (and configurable) ([740ecc69](https://gitlab.com/to-be-continuous/renovate/commit/740ecc69622a88ae50575b4688b8eda79bb1b819))
parent ac894649
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.6.0](https://gitlab.com/to-be-continuous/renovate/compare/1.5.0...1.6.0) (2025-05-30)


### Features

* repositories autodiscovery enabled by default (and configurable) ([740ecc6](https://gitlab.com/to-be-continuous/renovate/commit/740ecc69622a88ae50575b4688b8eda79bb1b819))

# [1.5.0](https://gitlab.com/to-be-continuous/renovate/compare/1.4.1...1.5.0) (2025-01-27)


+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.5.0
  - component: $CI_SERVER_FQDN/to-be-continuous/renovate/gitlab-ci-renovate@1.6.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.5.0"
    ref: "1.6.0"
    file: "/templates/gitlab-ci-renovate.yml"
```

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