mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 08:52:35 +00:00
feat!: pin renovate major version (#880)
BREAKING CHANGE: Renovate is now pinned to v39.
This commit is contained in:
parent
4d91b7f286
commit
c31251b741
3 changed files with 6 additions and 6 deletions
|
|
@ -3,7 +3,7 @@ import { warning } from '@actions/core';
|
|||
|
||||
export class Docker {
|
||||
private static readonly image = 'ghcr.io/renovatebot/renovate';
|
||||
private static readonly version = 'latest';
|
||||
private static readonly version = '39'; // renovate
|
||||
|
||||
private readonly dockerImage: string;
|
||||
private readonly fullTag: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue