From 932d7d5e9bfd915b6afb1678693c34dbebad29a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Apr 2021 14:37:02 +0000 Subject: [PATCH] chore(release): 24.115.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 5af9d51d1ea..f8c608b4123 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.115.0](https://github.com/renovatebot/github-action/compare/v24.114.2...v24.115.0) (2021-04-14) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.115.0 ([94913ef](https://github.com/renovatebot/github-action/commit/94913ef70bc61a4562493271bd3f7442e79c18f9)) + ### [24.114.2](https://github.com/renovatebot/github-action/compare/v24.114.1...v24.114.2) (2021-04-13) diff --git a/dist/index.js b/dist/index.js index 559bc89dfb1..b67307f89b0 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1583,7 +1583,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '24.114.2-slim'; + this.tag = '24.115.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index c5c46715c70..07659a58df1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.114.2", + "version": "24.115.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 84060922af2..276b02ec3e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.114.2", + "version": "24.115.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",