feat(deps)!: Update ghcr.io/renovatebot/renovate Docker tag to v43 (#993)

| datasource | package                      | from    | to     |
| ---------- | ---------------------------- | ------- | ------ |
| docker     | ghcr.io/renovatebot/renovate | 42      | 43     |
| docker     | ghcr.io/renovatebot/renovate | 42.92.4 | 43.0.5 |
| docker     | ghcr.io/renovatebot/renovate | 42.95.1 | 43.0.5 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2026-01-30 15:12:19 +01:00 committed by GitHub
parent d724dd314f
commit ae99b3785a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 7 deletions

View file

@ -3,7 +3,7 @@ import { warning } from '@actions/core';
export class Docker {
private static readonly image = 'ghcr.io/renovatebot/renovate';
private static readonly version = '42'; // renovate
private static readonly version = '43'; // renovate
private readonly dockerImage: string;
private readonly fullTag: string;