From 727dfcab862a4aed22affc0590c79ca0eb348725 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 04:45:29 +0000 Subject: [PATCH] chore(release): 24.76.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 70f95be3..38c68995 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.76.0](https://github.com/renovatebot/github-action/compare/v24.75.0...v24.76.0) (2021-03-08) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.76.0 ([525abe5](https://github.com/renovatebot/github-action/commit/525abe59756a7f6ea1c3bda84aef771794375899)) + ## [24.75.0](https://github.com/renovatebot/github-action/compare/v24.74.4...v24.75.0) (2021-03-08) diff --git a/dist/index.js b/dist/index.js index 9d2593b5..3a098a92 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.75.0-slim'; + this.tag = '24.76.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 83d657e0..00d9d71e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.75.0", + "version": "24.76.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e4a1e6dd..31bbff3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.75.0", + "version": "24.76.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",