From 3599594b5babc200e729b8e919c8c0125e595856 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Nov 2020 04:04:16 +0000 Subject: [PATCH] chore(release): 23.83.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 eeb8852a..802f7d64 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.83.0](https://github.com/renovatebot/github-action/compare/v23.82.1...v23.83.0) (2020-11-14) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v23.83.0 ([#393](https://github.com/renovatebot/github-action/issues/393)) ([65ae785](https://github.com/renovatebot/github-action/commit/65ae785cd16200b9fd8108cdb12b0125bf8987fc)) + ### [23.82.1](https://github.com/renovatebot/github-action/compare/v23.79.0...v23.82.1) (2020-11-13) diff --git a/dist/index.js b/dist/index.js index dea6d4e8..27acd52b 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.82.1-slim'; + this.tag = '23.83.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 0dbb4618..1388ca51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "23.82.1", + "version": "23.83.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0acee80d..09ebe4db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "23.82.1", + "version": "23.83.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",