From 2ff4f81b6bd492e34d59d280510b1b5207f7fcef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 4 Apr 2021 13:13:48 +0000 Subject: [PATCH] chore(release): 24.100.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 76f0cb0c..b556b80d 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.100.0](https://github.com/renovatebot/github-action/compare/v24.99.0...v24.100.0) (2021-04-04) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.100.0 ([07f47f9](https://github.com/renovatebot/github-action/commit/07f47f9b3da2084ebbe401110702685e4343f9e8)) + ## [24.99.0](https://github.com/renovatebot/github-action/compare/v24.98.9...v24.99.0) (2021-04-04) diff --git a/dist/index.js b/dist/index.js index c2cef834..ec17baa4 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.99.0-slim'; + this.tag = '24.100.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 8f025629..6441c29c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.99.0", + "version": "24.100.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c87e4b6a..f3c07d49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.99.0", + "version": "24.100.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",