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

chore(release): 1.1.0 [skip ci]

parent 5411eab3
No related branches found
No related tags found
No related merge requests found
# [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.0.0 (2023-11-25)
......
...@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi ...@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
```yaml ```yaml
include: include:
- project: 'to-be-continuous/renovate' - project: 'to-be-continuous/renovate'
ref: '1.0.0' ref: '1.1.0'
file: '/templates/gitlab-ci-renovate.yml' file: '/templates/gitlab-ci-renovate.yml'
``` ```
......
...@@ -217,7 +217,7 @@ stages: ...@@ -217,7 +217,7 @@ stages:
image: $RENOVATE_IMAGE image: $RENOVATE_IMAGE
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "renovate", "1.0.0" ] command: ["--service", "renovate", "1.1.0" ]
variables: variables:
RENOVATE_BASE_DIR: $CI_PROJECT_DIR RENOVATE_BASE_DIR: $CI_PROJECT_DIR
RENOVATE_CACHE_DIR: $CI_PROJECT_DIR/.cache/renovate RENOVATE_CACHE_DIR: $CI_PROJECT_DIR/.cache/renovate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment