Commit 7dc5f3be authored by Michael Kriese's avatar Michael Kriese
Browse files

docs: update dependencies (renovate-bot/renovate-runner!3295)

parent 0e186c6b
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ include:
      file: '/templates/renovate.gitlab-ci.yml'

variables:
    CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:39.161.5@sha256:703e18ee0536d459ecb9d62d7ead6ecb0001f52b12b5f9c0264fd8b007051f5e
    CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:39.164.1@sha256:ab3fee4aaa44c38f9dcd87ee46b44d658fa5022372ba8a586bba3da27044080f
```

To prevent unexpected changes in your pipeline, you can pin the version of this template and include it in your Renovate updates:
@@ -76,7 +76,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: v19.108.0
      ref: v20.0.0
```

Please check this project's [Releases page](https://gitlab.com/renovate-bot/renovate-runner/-/releases)
@@ -99,14 +99,14 @@ renovate:
```

You can now use remote includes to use these templates on self-hosted gitlab instances.
The following sample uses the `v19.108.0` tag.
The following sample uses the `v20.0.0` 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/v19.108.0/templates/renovate.gitlab-ci.yml
    - remote: https://gitlab.com/renovate-bot/renovate-runner/-/raw/v20.0.0/templates/renovate.gitlab-ci.yml
```

## Configure the Schedule