From 9caf1a2d32277655909899bbec7869de6f9110e6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Dec 2020 19:04:41 +0000 Subject: [PATCH] chore(release): 23.92.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 9373e163..b11e08f5 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. +## [23.92.0](https://github.com/renovatebot/github-action/compare/v23.90.1...v23.92.0) (2020-12-02) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v23.92.0 ([#418](https://github.com/renovatebot/github-action/issues/418)) ([b61fee9](https://github.com/renovatebot/github-action/commit/b61fee99c8a6919d707fdf352cefc0eaded8a9c8)) + ### [23.90.1](https://github.com/renovatebot/github-action/compare/v23.89.3...v23.90.1) (2020-12-02) diff --git a/dist/index.js b/dist/index.js index 6a1ca1f3..fcaa417c 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 = '23.90.1-slim'; + this.tag = '23.92.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 43a2c2ee..58bab048 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "23.90.1", + "version": "23.92.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4aaf9268..78846380 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "23.90.1", + "version": "23.92.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",