Commit 674138fe authored by Michael Kriese's avatar Michael Kriese
Browse files

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

parent 8983bc21
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.171.2@sha256:b0f523458df1b52f9dc7ac0aa36a0eed759f9efc11e8530feaf0cf126b9e7cc7
    CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:39.178.2@sha256:625820e6772750b45fae9a7c6248d45108e06df375e645c2c04297417f20120c
```

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: v20.0.0
      ref: v20.1.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 `v20.0.0` tag.
The following sample uses the `v20.1.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/v20.0.0/templates/renovate.gitlab-ci.yml
    - remote: https://gitlab.com/renovate-bot/renovate-runner/-/raw/v20.1.0/templates/renovate.gitlab-ci.yml
```

## Configure the Schedule