From 2f5fadfe9a815ee9011671ffe0e02bb22e2996ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Feb 2021 10:58:37 +0000 Subject: [PATCH] chore(release): 24.53.0 --- CHANGELOG.md | 7 +++++++ dist/index.js | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98586dcc..f80e1f50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [24.53.0](https://github.com/renovatebot/github-action/compare/v24.52.1...v24.53.0) (2021-02-18) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.53.0 ([6b34a49](https://github.com/renovatebot/github-action/commit/6b34a49c1ddafc05a6f13ee0d8b554c816c4fb18)) + ### [24.52.1](https://github.com/renovatebot/github-action/compare/v24.52.0...v24.52.1) (2021-02-17) diff --git a/dist/index.js b/dist/index.js index 8e97210a..a63abd87 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1554,7 +1554,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '24.52.1-slim'; + this.tag = '24.53.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 7454231a..9614b0af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.52.1", + "version": "24.53.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 085c9198..93d6135e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.52.1", + "version": "24.53.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",