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

This commit is contained in:
renovate[bot] 2025-06-20 12:24:15 +02:00 committed by GitHub
parent 5efc0be482
commit 0afa5a8f84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ inputs:
description: | description: |
Renovate version to use. Renovate version to use.
required: false required: false
default: '40' # renovate default: '41' # renovate
renovate-image: renovate-image:
description: | description: |
Renovate docker image name. Renovate docker image name.

View file

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