Skip to content
Commits on Source (2)
......@@ -64,7 +64,7 @@ To prevent unexpected changes in your pipeline, you can pin the version of this
include:
- project: 'renovate-bot/renovate-runner'
file: '/templates/renovate.gitlab-ci.yml'
ref: v18.87.3
ref: v18.89.1
```
Please check this project's [Releases page](https://gitlab.com/renovate-bot/renovate-runner/-/releases)
......@@ -87,14 +87,14 @@ renovate:
```
You can now use remote includes to use these templates on self-hosted gitlab instances.
The following sample uses the `v18.87.3` tag.
The following sample uses the `v18.89.1` tag.
You can also use `main` branch but a tag is preferred.
Refer to GitLab [include](https://docs.gitlab.com/ee/ci/yaml/includes.html) samples for more information.
You can add `gitlab>renovate-bot/renovate-runner` to your repos `renovate.json>extends` array to automatically update the runner version.
```yaml
include:
- remote: https://gitlab.com/renovate-bot/renovate-runner/-/raw/v18.87.3/templates/renovate.gitlab-ci.yml
- remote: https://gitlab.com/renovate-bot/renovate-runner/-/raw/v18.89.1/templates/renovate.gitlab-ci.yml
```
## Configure the Schedule
......
variables:
RENOVATE_ENDPOINT: $CI_API_V4_URL
RENOVATE_PLATFORM: gitlab
CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:38.132.1@sha256:5dfb4b27b085b3bae3f071cf3078047f6d63894d6a5ecf284d7e3babbf35e7b1
CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:38.132.3@sha256:b55fdd78c91d7269c8b5fa60f12cd3da0d0bc29b6b667d4b7e351d20cf809475
renovate-config-validator:
stage: test
......
......@@ -7,7 +7,7 @@ variables:
RENOVATE_REPOSITORY_CACHE: 'enabled'
LOG_FILE: renovate-log.ndjson
LOG_FILE_LEVEL: debug
CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:38.132.1@sha256:5dfb4b27b085b3bae3f071cf3078047f6d63894d6a5ecf284d7e3babbf35e7b1
CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:38.132.3@sha256:b55fdd78c91d7269c8b5fa60f12cd3da0d0bc29b6b667d4b7e351d20cf809475
.renovate:
cache:
......