From 883ae642f2188a8388a219610c4bbab4bdafba61 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2020 08:05:07 +0000 Subject: [PATCH] chore(release): 22.6.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 91aac308..1f21a4fe 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. +## [22.6.0](https://github.com/renovatebot/github-action/compare/v22.5.1...v22.6.0) (2020-07-29) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v22.6.0 ([#171](https://github.com/renovatebot/github-action/issues/171)) ([4f6b9be](https://github.com/renovatebot/github-action/commit/4f6b9beebc53f0c6a0d2550d257fa69c15022de3)) + ### [22.5.1](https://github.com/renovatebot/github-action/compare/v22.5.0...v22.5.1) (2020-07-29) diff --git a/dist/index.js b/dist/index.js index ac149470..f4efccdb 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1061,7 +1061,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '22.5.1-slim'; + this.tag = '22.6.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 9863d4ce..5478cbe8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "22.5.1", + "version": "22.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index df7fbf0f..1da9e167 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "22.5.1", + "version": "22.6.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",