Commit 6afa2172 authored by Michael Kriese's avatar Michael Kriese
Browse files

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

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

variables:
    CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:40.3.1@sha256:da91cce596b72f129736b52edebb5f838bde846f5d21fdc9077ab8d7b367ccde
    CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:40.11.7@sha256:54554e583bbd9b88943040035846201dcfcc409ba103a92c72277c0c0994864f
```

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

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

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

## Configure the Schedule