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

docs: update dependencies

| datasource      | package                      | from     | to       |
| --------------- | ---------------------------- | -------- | -------- |
| docker          | ghcr.io/renovatebot/renovate | 39.171.2 | 39.178.1 |
| gitlab-releases | renovate-bot/renovate-runner | v20.0.0  | v20.1.0  |
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.1@sha256:7f54eed48a514bfb8c62b825a9bfcf2ff24e6a3e551c3a5c79d10de1993afc50
```

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