Skip to content

Commit 9e75352

Browse files
docs: update references to ghcr.io/renovatebot/renovate to v39.117.2
| datasource | package | from | to | | ---------- | ---------------------------- | ------- | -------- | | docker | ghcr.io/renovatebot/renovate | 39.91.0 | 39.117.2 |
1 parent eed61f7 commit 9e75352

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ The Renovate version to use.
222222
If omitted the action will use the [`default version`](./action.yml#L28) Docker tag.
223223
Check [the available tags on Docker Hub](https://hub.docker.com/r/renovate/renovate/tags).
224224

225-
This sample will use `ghcr.io/renovatebot/renovate:39.91.0` image.
225+
This sample will use `ghcr.io/renovatebot/renovate:39.117.2` image.
226226

227227
```yml
228228
....
@@ -235,7 +235,7 @@ jobs:
235235
- name: Self-hosted Renovate
236236
uses: renovatebot/github-action@v41.0.9
237237
with:
238-
renovate-version: 39.91.0
238+
renovate-version: 39.117.2
239239
token: ${{ secrets.RENOVATE_TOKEN }}
240240
```
241241

@@ -514,7 +514,7 @@ jobs:
514514
with:
515515
configurationFile: renovate.json5
516516
token: ${{ secrets.RENOVATE_TOKEN }}
517-
renovate-version: 39.91.0
517+
renovate-version: 39.117.2
518518
env:
519519
# This enables the cache -- if this is set, it's not necessary to add it to renovate.json.
520520
RENOVATE_REPOSITORY_CACHE: ${{ github.event.inputs.repoCache || 'enabled' }}

0 commit comments

Comments
 (0)