Skip to content
Snippets Groups Projects
Commit c89a66bd authored by Renovate Bot's avatar Renovate Bot
Browse files

docs(deps): update dependency renovate-runner to v19.54.1

| datasource      | package                      | from     | to       |
| --------------- | ---------------------------- | -------- | -------- |
| gitlab-releases | renovate-bot/renovate-runner | v19.52.1 | v19.54.1 |
parent 536023b1
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ To prevent unexpected changes in your pipeline, you can pin the version of this ...@@ -64,7 +64,7 @@ To prevent unexpected changes in your pipeline, you can pin the version of this
include: include:
- project: 'renovate-bot/renovate-runner' - project: 'renovate-bot/renovate-runner'
file: '/templates/renovate.gitlab-ci.yml' file: '/templates/renovate.gitlab-ci.yml'
ref: v19.52.1 ref: v19.54.1
``` ```
Please check this project's [Releases page](https://gitlab.com/renovate-bot/renovate-runner/-/releases) Please check this project's [Releases page](https://gitlab.com/renovate-bot/renovate-runner/-/releases)
...@@ -87,14 +87,14 @@ renovate: ...@@ -87,14 +87,14 @@ renovate:
``` ```
You can now use remote includes to use these templates on self-hosted gitlab instances. You can now use remote includes to use these templates on self-hosted gitlab instances.
The following sample uses the `v19.52.1` tag. The following sample uses the `v19.54.1` tag.
You can also use `main` branch but a tag is preferred. 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. 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. You can add `gitlab>renovate-bot/renovate-runner` to your repos `renovate.json>extends` array to automatically update the runner version.
```yaml ```yaml
include: include:
- remote: https://gitlab.com/renovate-bot/renovate-runner/-/raw/v19.52.1/templates/renovate.gitlab-ci.yml - remote: https://gitlab.com/renovate-bot/renovate-runner/-/raw/v19.54.1/templates/renovate.gitlab-ci.yml
``` ```
## Configure the Schedule ## Configure the Schedule
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment