From 49baaaed8aea4b173a3684af73fc7830839eced5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 27 Nov 2025 03:23:06 +0000 Subject: [PATCH] Update ghcr.io/renovatebot/renovate Docker tag to v42.24.0 --- .gitea/workflows/test.yaml | 4 ++-- .gitea/workflows/workflow.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index a73ad96..590a7a9 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -14,7 +14,7 @@ concurrency: jobs: test-renovate: runs-on: ubuntu-latest - container: ghcr.io/renovatebot/renovate:42.21.3@sha256:80516b1d4963f024a42483ae61c3184bb977f4f4a72d236febd831281271002b + container: ghcr.io/renovatebot/renovate:42.24.0@sha256:41bf2eda2ab3f055a1ba53f1fb604572fd79623c3bb5dcc73b9c9a8d35324c4a steps: - name: Checkout uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 @@ -30,7 +30,7 @@ jobs: e2e-renovate: runs-on: ubuntu-latest needs: test-renovate - container: ghcr.io/renovatebot/renovate:42.21.3@sha256:80516b1d4963f024a42483ae61c3184bb977f4f4a72d236febd831281271002b + container: ghcr.io/renovatebot/renovate:42.24.0@sha256:41bf2eda2ab3f055a1ba53f1fb604572fd79623c3bb5dcc73b9c9a8d35324c4a steps: - name: Checkout uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 diff --git a/.gitea/workflows/workflow.yaml b/.gitea/workflows/workflow.yaml index ec2ea04..84466d6 100644 --- a/.gitea/workflows/workflow.yaml +++ b/.gitea/workflows/workflow.yaml @@ -7,7 +7,7 @@ on: jobs: renovate: runs-on: ubuntu-latest - container: ghcr.io/renovatebot/renovate:42.21.3@sha256:80516b1d4963f024a42483ae61c3184bb977f4f4a72d236febd831281271002b + container: ghcr.io/renovatebot/renovate:42.24.0@sha256:41bf2eda2ab3f055a1ba53f1fb604572fd79623c3bb5dcc73b9c9a8d35324c4a steps: # Step 1: Check out the repository so your config file is available - name: Checkout