Skip to content
Snippets Groups Projects
Commit 582073e0 authored by Benguria Elguezabal, Gorka's avatar Benguria Elguezabal, Gorka
Browse files

Merge remote-tracking branch 'upstream/master'

# Conflicts:
#	CHANGELOG.md
parents 5cabb1e1 18b440b8
No related branches found
No related tags found
No related merge requests found
Pipeline #169996 passed
...@@ -14,7 +14,7 @@ Add the following to your `.gitlab-ci.yml`: ...@@ -14,7 +14,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml ```yaml
include: include:
# include the component # 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) ### Use as a CI/CD template (legacy)
...@@ -25,7 +25,7 @@ Add the following to your `.gitlab-ci.yml`: ...@@ -25,7 +25,7 @@ Add the following to your `.gitlab-ci.yml`:
include: include:
# include the template # include the template
- project: "to-be-continuous/renovate" - project: "to-be-continuous/renovate"
ref: "1.4.1" ref: "1.5.0"
file: "/templates/gitlab-ci-renovate.yml" file: "/templates/gitlab-ci-renovate.yml"
``` ```
......
...@@ -81,9 +81,6 @@ workflow: ...@@ -81,9 +81,6 @@ workflow:
variables: variables:
# variabilized tracking image
TBC_TRACKING_IMAGE: registry.gitlab.com/to-be-continuous/tools/tracking:master
RENOVATE_IMAGE: $[[ inputs.image ]] RENOVATE_IMAGE: $[[ inputs.image ]]
# those are native Renovate configuration variables # those are native Renovate configuration variables
...@@ -339,7 +336,7 @@ stages: ...@@ -339,7 +336,7 @@ stages:
image: $RENOVATE_IMAGE image: $RENOVATE_IMAGE
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "renovate", "1.4.1"] command: ["--service", "renovate", "1.5.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