Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c8e530b

Browse files
authoredNov 13, 2024··
Chore: Update ghcr.io/renovatebot/renovate Docker tag to v39.12.0
1 parent ec4b309 commit c8e530b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/renovate-validate.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
- name: Validate renovate config
1414
run: |-
1515
# Renovate updates the line below. Please keep its formatting as it is.
16-
export RENOVATE_IMAGE=ghcr.io/renovatebot/renovate:39.11.7@sha256:fb15bd3a3b295384a9785938c9785538f7f365dcec4690886a43e4648d3f31ed
16+
export RENOVATE_IMAGE=ghcr.io/renovatebot/renovate:39.12.0@sha256:37991e23a3fa394e5b22cf448351c99efc69040c266da711055bd6146e962381
1717
docker run -i --rm -v $(realpath .):/repo -w /repo --entrypoint renovate-config-validator "$RENOVATE_IMAGE" --strict

‎.github/workflows/renovate.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Self-hosted Renovate
3838
uses: renovatebot/github-action@dd4d265eb8646cd04fc5f86ff8bc8d496d75a251 # v40.2.8
3939
with:
40-
renovate-version: 39.11.7@sha256:fb15bd3a3b295384a9785938c9785538f7f365dcec4690886a43e4648d3f31ed
40+
renovate-version: 39.12.0@sha256:37991e23a3fa394e5b22cf448351c99efc69040c266da711055bd6146e962381
4141
configurationFile: .github/renovate-app.json
4242
token: "${{ steps.app-token.outputs.token }}"
4343
env:

0 commit comments

Comments
 (0)
Please sign in to comment.