Skip to content

Commit 4374486

Browse files
ci(deps): update ghcr.io/renovatebot/renovate docker tag to v43.173.0
| datasource | package | from | to | | ---------- | ---------------------------- | -------- | -------- | | docker | ghcr.io/renovatebot/renovate | 43.171.3 | 43.173.0 |
1 parent f4736a8 commit 4374486

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
cancel-in-progress: true
1111

1212
env:
13-
RENOVATE_VERSION: 43.171.3 # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate
13+
RENOVATE_VERSION: 43.173.0 # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate
1414

1515
jobs:
1616
prepare:
@@ -133,7 +133,7 @@ jobs:
133133
runs-on: ubuntu-latest
134134
timeout-minutes: 10
135135
container:
136-
image: ghcr.io/renovatebot/renovate:43.171.3@sha256:3c269cd30fdd590210c1d047624110702e9dc3e42ee5266597c60f4d36b694db
136+
image: ghcr.io/renovatebot/renovate:43.173.0@sha256:e5486f0c69d2c5e019523e713fc66bd5371fdda7fd086fba61681396004ed069
137137
# github hosted runners are running as `1001:127` (ubuntu:docker)
138138
options: -u 1001:0 --group-add 1000 --group-add 12021 --group-add 127
139139

README.md

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

226-
This sample will use `ghcr.io/renovatebot/renovate:43.171.3` image.
226+
This sample will use `ghcr.io/renovatebot/renovate:43.173.0` image.
227227

228228
```yml
229229
....
@@ -236,7 +236,7 @@ jobs:
236236
- name: Self-hosted Renovate
237237
uses: renovatebot/github-action@v46.1.14
238238
with:
239-
renovate-version: 43.171.3
239+
renovate-version: 43.173.0
240240
token: ${{ secrets.RENOVATE_TOKEN }}
241241
```
242242

@@ -517,7 +517,7 @@ jobs:
517517
with:
518518
configurationFile: renovate.json5
519519
token: ${{ secrets.RENOVATE_TOKEN }}
520-
renovate-version: 43.171.3
520+
renovate-version: 43.173.0
521521
env:
522522
# This enables the cache -- if this is set, it's not necessary to add it to renovate.json.
523523
RENOVATE_REPOSITORY_CACHE: ${{ github.event.inputs.repoCache || 'enabled' }}

0 commit comments

Comments
 (0)