Skip to content

Commit 9853f69

Browse files
ci(deps): update ghcr.io/renovatebot/renovate docker tag to v43.86.2
| datasource | package | from | to | | ---------- | ---------------------------- | ------- | ------- | | docker | ghcr.io/renovatebot/renovate | 43.86.1 | 43.86.2 |
1 parent 3a47fac commit 9853f69

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.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.86.1 # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate
13+
RENOVATE_VERSION: 43.86.2 # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate
1414

1515
jobs:
1616
prepare:
@@ -117,7 +117,7 @@ jobs:
117117
runs-on: ubuntu-latest
118118
timeout-minutes: 10
119119
container:
120-
image: ghcr.io/renovatebot/renovate:43.86.1@sha256:c28712714c1c051b553d5566c9a5cfd04a8d08e208ece19a24e902de3041fa62
120+
image: ghcr.io/renovatebot/renovate:43.86.2@sha256:b76cf8af1c970b6623756c3b2f99e58e2941c35327f2c56aec970e50b86d7914
121121
# github hosted runners are running as `1001:127` (ubuntu:docker)
122122
options: -u 1001:0 --group-add 1000 --group-add 12021 --group-add 127
123123

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:43.86.1` image.
225+
This sample will use `ghcr.io/renovatebot/renovate:43.86.2` image.
226226

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

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

0 commit comments

Comments
 (0)