Commit c2c469ac authored by Renovate Bot's avatar Renovate Bot
Browse files

docs: update dependencies

| datasource      | package                      | from    | to      |
| --------------- | ---------------------------- | ------- | ------- |
| docker          | ghcr.io/renovatebot/renovate | 41.17.2 | 41.23.2 |
| gitlab-releases | renovate-bot/renovate-runner | v23.0.0 | v24.0.0 |
parent 05934e7c
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:41.17.2@sha256:1d94e028341c652cfab2434febd80e2a5e3a0e58f3145c7e9c042c77f847baf4
    CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:41.23.2@sha256:b93b155f9bf916de8494c99a2b771a566cd986a74b0cba6fb2b26a2df2a10a2c
```

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

## Configure the Schedule