Loading README.md +3 −3 Original line number Diff line number Diff line Loading @@ -64,7 +64,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: v19.41.0 ref: v19.41.2 ``` Please check this project's [Releases page](https://gitlab.com/renovate-bot/renovate-runner/-/releases) Loading @@ -87,14 +87,14 @@ renovate: ``` You can now use remote includes to use these templates on self-hosted gitlab instances. The following sample uses the `v19.41.0` tag. The following sample uses the `v19.41.2` 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/v19.41.0/templates/renovate.gitlab-ci.yml - remote: https://gitlab.com/renovate-bot/renovate-runner/-/raw/v19.41.2/templates/renovate.gitlab-ci.yml ``` ## Configure the Schedule Loading Loading
README.md +3 −3 Original line number Diff line number Diff line Loading @@ -64,7 +64,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: v19.41.0 ref: v19.41.2 ``` Please check this project's [Releases page](https://gitlab.com/renovate-bot/renovate-runner/-/releases) Loading @@ -87,14 +87,14 @@ renovate: ``` You can now use remote includes to use these templates on self-hosted gitlab instances. The following sample uses the `v19.41.0` tag. The following sample uses the `v19.41.2` 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/v19.41.0/templates/renovate.gitlab-ci.yml - remote: https://gitlab.com/renovate-bot/renovate-runner/-/raw/v19.41.2/templates/renovate.gitlab-ci.yml ``` ## Configure the Schedule Loading