Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
cancel-in-progress: true

env:
RENOVATE_VERSION: 43.129.0 # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate
RENOVATE_VERSION: 43.130.1 # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate

jobs:
prepare:
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
container:
image: ghcr.io/renovatebot/renovate:43.129.0@sha256:e4abd88d1d6326fe8a702b38c5ee76487d94b455ba4f305bd904521aba9f5a08
image: ghcr.io/renovatebot/renovate:43.130.1@sha256:daf426c1f35bd246ce9d18d00bfd97f479908d0ac5c24f4ebc179e3ab1dcc15a
# github hosted runners are running as `1001:127` (ubuntu:docker)
options: -u 1001:0 --group-add 1000 --group-add 12021 --group-add 127

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ The Renovate version to use.
If omitted the action will use the [`default version`](./action.yml#L28) 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:43.129.0` image.
This sample will use `ghcr.io/renovatebot/renovate:43.130.1` image.

```yml
....
Expand All @@ -235,7 +235,7 @@ jobs:
- name: Self-hosted Renovate
uses: renovatebot/github-action@v46.1.9
with:
renovate-version: 43.129.0
renovate-version: 43.130.1
token: ${{ secrets.RENOVATE_TOKEN }}
```

Expand Down Expand Up @@ -516,7 +516,7 @@ jobs:
with:
configurationFile: renovate.json5
token: ${{ secrets.RENOVATE_TOKEN }}
renovate-version: 43.129.0
renovate-version: 43.130.1
env:
# This enables the cache -- if this is set, it's not necessary to add it to renovate.json.
RENOVATE_REPOSITORY_CACHE: ${{ github.event.inputs.repoCache || 'enabled' }}
Expand Down
Loading