From e8e566e426b11afee951e7c588548d26498b29e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 16:36:31 +0000 Subject: [PATCH] docs: update references to ghcr.io/renovatebot/renovate to v36 | datasource | package | from | to | | ---------- | ---------------------------- | -------- | ------- | | docker | ghcr.io/renovatebot/renovate | 35.103.0 | 36.40.3 | --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa5f5631552..65990898587 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ The Renovate version to use. If omitted the action will use the `latest` Docker tag. Check [the available tags on Docker Hub](https://hub.docker.com/r/renovate/renovate/tags). -This sample will use `ghcr.io/renovatebot/renovate:35.103.0` image. +This sample will use `ghcr.io/renovatebot/renovate:36.40.3` image. ```yml .... @@ -148,7 +148,7 @@ jobs: - name: Self-hosted Renovate uses: renovatebot/github-action@v39.0.1 with: - renovate-version: 35.103.0 + renovate-version: 36.40.3 token: ${{ secrets.RENOVATE_TOKEN }} ```