Commit 107d17fc authored by Michael Kriese's avatar Michael Kriese
Browse files

feat! renovate v36 migration

BREAKING CHANGE : Drop DinD template and full image variable
parent 71b8099a
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -46,8 +46,6 @@ include:
      file: '/templates/renovate.gitlab-ci.yml'
```

**Note:** Docker DinD templates are deprecated and is now using the default version with slim image.

Alternatively, if you can use the full renovate image.
It will have the latest tools to update lock files preinstalled and is much bigger.
So please prefer the default version.
@@ -58,7 +56,7 @@ include:
      file: '/templates/renovate.gitlab-ci.yml'

renovate:
    image: ${CI_RENOVATE_IMAGE_FULL}
    image: ghcr.io/renovatebot/renovate:full
```

To prevent unexpected changes in your pipeline, you can pin the version of this template and include it in your Renovate updates:
+1 −1
Original line number Diff line number Diff line
variables:
  RENOVATE_ENDPOINT: $CI_API_V4_URL
  RENOVATE_PLATFORM: gitlab
  CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:36.19.1-slim@sha256:4cc66d1cc0d0fa61e10c5e36d13f8f3f251c48ab328c47ad608ea879d697503d
  CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:36.19.1@sha256:4cc66d1cc0d0fa61e10c5e36d13f8f3f251c48ab328c47ad608ea879d697503d

renovate-config-validator:
  stage: test
+0 −7
Original line number Diff line number Diff line
include: '/templates/renovate.gitlab-ci.yml'

deprecated:
  image: alpine@sha256:82d1e9d7ed48a7523bdebc18cf6290bdb97b82302a8a9c27d4fe885949ea94d1
  stage: test
  script:
    - echo "This template is deprecated! Use '/templates/renovate.gitlab-ci.yml' instead."
+1 −2
Original line number Diff line number Diff line
@@ -11,8 +11,7 @@ variables:
  RENOVATE_LOG_FILE: renovate-log.ndjson
  RENOVATE_LOG_FILE_LEVEL: debug
  LOG_LEVEL: info
  CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:36.19.1-slim@sha256:4cc66d1cc0d0fa61e10c5e36d13f8f3f251c48ab328c47ad608ea879d697503d
  CI_RENOVATE_IMAGE_FULL: ghcr.io/renovatebot/renovate:36.19.1@sha256:4cc66d1cc0d0fa61e10c5e36d13f8f3f251c48ab328c47ad608ea879d697503d
  CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:36.19.1@sha256:4cc66d1cc0d0fa61e10c5e36d13f8f3f251c48ab328c47ad608ea879d697503d

.renovate:
  cache: