From 8fe5c6dfa0cacaa50fe14c76a13997324ba46dd3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2020 15:06:19 +0000 Subject: [PATCH] chore(release): 22.18.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 2dc30c89..b39d6558 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.18.0](https://github.com/renovatebot/github-action/compare/v22.17.5...v22.18.0) (2020-08-17) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v22.18.0 ([#204](https://github.com/renovatebot/github-action/issues/204)) ([b9cd81c](https://github.com/renovatebot/github-action/commit/b9cd81c230c54649a6ab878b3818f015d0c18b62)) + ### [22.17.5](https://github.com/renovatebot/github-action/compare/v22.17.3...v22.17.5) (2020-08-17) diff --git a/dist/index.js b/dist/index.js index 29d94a4f..a01292fa 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.17.5-slim'; + this.tag = '22.18.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index a14189b5..3fcdf3ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "22.17.5", + "version": "22.18.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8ab3a0f8..9eb42702 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "22.17.5", + "version": "22.18.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",