Skip to content
Snippets Groups Projects
Commit 18b440b8 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.5.0 [skip ci]

parent 0193166e
No related branches found
No related tags found
No related merge requests found
Pipeline #169995 skipped
# [1.5.0](https://gitlab.com/to-be-continuous/renovate/compare/1.4.1...1.5.0) (2025-01-27)
### Features
* disable tracking service by default ([0193166](https://gitlab.com/to-be-continuous/renovate/commit/0193166ef576061753d4cd9c80ac4cfd84c96109))
## [1.4.1](https://gitlab.com/to-be-continuous/renovate/compare/1.4.0...1.4.1) (2024-12-09)
......
......@@ -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.4.1
- component: $CI_SERVER_FQDN/to-be-continuous/renovate/gitlab-ci-renovate@1.5.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.4.1"
ref: "1.5.0"
file: "/templates/gitlab-ci-renovate.yml"
```
......
......@@ -328,7 +328,7 @@ stages:
image: $RENOVATE_IMAGE
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "renovate", "1.4.1"]
command: ["--service", "renovate", "1.5.0"]
variables:
RENOVATE_BASE_DIR: $CI_PROJECT_DIR
RENOVATE_CACHE_DIR: $CI_PROJECT_DIR/.cache/renovate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment