Commit 946ae099 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.1.0 [skip ci]

parent 5411eab3
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.1.0](https://gitlab.com/to-be-continuous/renovate/compare/1.0.0...1.1.0) (2023-12-8)


### Features

* use centralized tracking image (gitlab.com) ([fbee9a0](https://gitlab.com/to-be-continuous/renovate/commit/fbee9a02c20ac092cb10faf39582945bf219b54a))

# 1.0.0 (2023-11-25)


+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/renovate'
    ref: '1.0.0'
    ref: '1.1.0'
    file: '/templates/gitlab-ci-renovate.yml'
```

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