From 1ddd0bf72e73e6c678b996ce5cb6000fdb07f08f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 09:21:34 +0000 Subject: [PATCH] chore(release): 24.28.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 73acad7c..7d8a4384 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.28.0](https://github.com/renovatebot/github-action/compare/v24.27.4...v24.28.0) (2021-01-25) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.28.0 ([#514](https://github.com/renovatebot/github-action/issues/514)) ([bd42e76](https://github.com/renovatebot/github-action/commit/bd42e763c8d5bb80172fb012f56155ce043bbbfa)) + ### [24.27.4](https://github.com/renovatebot/github-action/compare/v24.27.3...v24.27.4) (2021-01-24) diff --git a/dist/index.js b/dist/index.js index 6a5cdb28..24d47f7f 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1123,7 +1123,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '24.27.4-slim'; + this.tag = '24.28.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 0bf3936e..fb306d84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.27.4", + "version": "24.28.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 19a120c8..d1a7b188 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.27.4", + "version": "24.28.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",