Skip to content

Commit

Permalink
docs: update references to renovate/renovate to v26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 1, 2021
1 parent d08f379 commit 02f3ff0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/bitbucket.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ These are configuration examples for running a self-hosted Renovate on bitbucket

### bitbucket-pipelines.yml
```yml
image: renovate/renovate:25.58.0-slim
image: renovate/renovate:26.15.1-slim

definitions:
caches:
Expand Down
4 changes: 2 additions & 2 deletions docs/gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Renovate will map `baseDir` to the docker side container running tools like `pyt
The following pipeline runs renovate normally on master branch and for self-update it runs in [`dryRun`](https://docs.renovatebot.com/self-hosted-configuration/#dryrun) mode.

```yml
image: renovate/renovate:25.58.0-slim@sha256:dbbcf2f14808c8b74b6dce93b871e065274e9b6b4655c5dbe39e08071bff735f
image: renovate/renovate:26.15.1-slim@sha256:3580307d62081a2ac1e0a65ad34edde37c2f85f7bd648f9d9afa9870316bcb7d

variables:
LOG_LEVEL: debug
Expand Down Expand Up @@ -119,7 +119,7 @@ This sample uses the `docker-in-docker` gitlab runner.

### Gitlab pipeline
```yml
image: renovate/renovate:25.58.0-slim@sha256:dbbcf2f14808c8b74b6dce93b871e065274e9b6b4655c5dbe39e08071bff735f
image: renovate/renovate:26.15.1-slim@sha256:3580307d62081a2ac1e0a65ad34edde37c2f85f7bd648f9d9afa9870316bcb7d

variables:
RENOVATE_BASE_DIR: $CI_PROJECT_DIR/renovate
Expand Down

0 comments on commit 02f3ff0

Please sign in to comment.