From c19155e9007e043b4a6ed50fe45eb0a88296fd9c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 22:01:28 +0000 Subject: [PATCH] chore(deps): update ghcr.io/renovatebot/renovate docker tag to v39.120.3 | datasource | package | from | to | | ---------- | ---------------------------- | -------- | -------- | | docker | ghcr.io/renovatebot/renovate | 39.117.3 | 39.120.3 | --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 02b3966..cdfefb5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 container: - image: ghcr.io/renovatebot/renovate:39.117.3 + image: ghcr.io/renovatebot/renovate:39.120.3 # github hosted runners are running as `1001:127` (ubuntu:docker) options: -u 1001:0 --group-add 1001 --group-add 12021 --group-add 127