diff --git a/CHANGELOG.md b/CHANGELOG.md index ade9b411..7979ee76 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.35.0](https://github.com/renovatebot/github-action/compare/v23.32.1...v23.35.0) (2020-09-23) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v23.35.0 ([#271](https://github.com/renovatebot/github-action/issues/271)) ([fb53ad3](https://github.com/renovatebot/github-action/commit/fb53ad3e82c65723f7df67a2a67d05fe7f7a00a6)) + ### [23.32.1](https://github.com/renovatebot/github-action/compare/v23.31.5...v23.32.1) (2020-09-22) diff --git a/dist/index.js b/dist/index.js index c9a26f3e..51b8aa7e 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 = '23.32.1-slim'; + this.tag = '23.35.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 07cf13ab..2b07c35d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "23.32.1", + "version": "23.35.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3b050deb..ddce1d30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "23.32.1", + "version": "23.35.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",