Update ghcr.io/renovatebot/renovate Docker tag to v43.269.1
All checks were successful
Test Renovate Config / test-renovate (pull_request) Successful in 6m18s
Test Renovate Config / e2e-renovate (pull_request) Successful in 2m20s

This commit is contained in:
2026-07-18 02:23:21 +00:00
parent f7058e7dd0
commit 006262bfc2
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ concurrency:
jobs:
test-renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:43.265.4@sha256:96abb1a8386f21e137be23e01c756d1b9687c13237902f56471442138f4b7953
container: ghcr.io/renovatebot/renovate:43.269.1@sha256:2d55099f3cd26c0e91fdf69b8a7d904adb7cf0f3039ad33b94b1856d3cf928b4
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
@@ -30,7 +30,7 @@ jobs:
e2e-renovate:
runs-on: ubuntu-latest
needs: test-renovate
container: ghcr.io/renovatebot/renovate:43.265.4@sha256:96abb1a8386f21e137be23e01c756d1b9687c13237902f56471442138f4b7953
container: ghcr.io/renovatebot/renovate:43.269.1@sha256:2d55099f3cd26c0e91fdf69b8a7d904adb7cf0f3039ad33b94b1856d3cf928b4
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

View File

@@ -7,7 +7,7 @@ on:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:43.265.4@sha256:96abb1a8386f21e137be23e01c756d1b9687c13237902f56471442138f4b7953
container: ghcr.io/renovatebot/renovate:43.269.1@sha256:2d55099f3cd26c0e91fdf69b8a7d904adb7cf0f3039ad33b94b1856d3cf928b4
steps:
# Step 1: Check out the repository so your config file is available
- name: Checkout