Commit 375f05c3 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 488d348d
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.8.0](https://gitlab.com/to-be-continuous/renovate/compare/1.7.0...1.8.0) (2025-08-12)


### Features

* modular workflow rules ([488d348](https://gitlab.com/to-be-continuous/renovate/commit/488d348d7f63f1a33aabc79501f5a0d5000b0fcc))

# [1.7.0](https://gitlab.com/to-be-continuous/renovate/compare/1.6.3...1.7.0) (2025-07-24)


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

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