Merge pull request 'Update ghcr.io/renovatebot/renovate Docker tag to v43.264.2' (#249) from renovate/ghcr.io-renovatebot-renovate-43.x into main
All checks were successful
Test Renovate Config / test-renovate (push) Successful in 1m15s
Test Renovate Config / e2e-renovate (push) Successful in 2m16s
Run Renovate / renovate (push) Successful in 7m52s

This commit is contained in:
2026-07-16 04:34:46 +02:00
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.263.6@sha256:98ec7a9df71f91f1d137cfb26c6028e55b2e8c5adf8fcb70201eceb6d361834e
container: ghcr.io/renovatebot/renovate:43.264.2@sha256:062bec49857f0b23232e09fc9a557b3abf71dd499dbf54c2137a83d9c6320795
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.263.6@sha256:98ec7a9df71f91f1d137cfb26c6028e55b2e8c5adf8fcb70201eceb6d361834e
container: ghcr.io/renovatebot/renovate:43.264.2@sha256:062bec49857f0b23232e09fc9a557b3abf71dd499dbf54c2137a83d9c6320795
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.263.6@sha256:98ec7a9df71f91f1d137cfb26c6028e55b2e8c5adf8fcb70201eceb6d361834e
container: ghcr.io/renovatebot/renovate:43.264.2@sha256:062bec49857f0b23232e09fc9a557b3abf71dd499dbf54c2137a83d9c6320795
steps:
# Step 1: Check out the repository so your config file is available
- name: Checkout