chore(release): 23.0.2

This commit is contained in:
github-actions[bot] 2020-08-26 06:02:37 +00:00
parent 04a394c2db
commit 30566fb8b8
4 changed files with 10 additions and 3 deletions

View file

@ -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.0.2](https://github.com/renovatebot/github-action/compare/v23.0.1...v23.0.2) (2020-08-26)
### Bug Fixes
* **deps:** update renovate/renovate docker tag to v23.0.2 ([#215](https://github.com/renovatebot/github-action/issues/215)) ([e343e79](https://github.com/renovatebot/github-action/commit/e343e799cb91f3ff24181162486f53bf81501402))
### [23.0.1](https://github.com/renovatebot/github-action/compare/v22.19.2...v23.0.1) (2020-08-25)

2
dist/index.js vendored
View file

@ -1061,7 +1061,7 @@ class Docker {
constructor() {
this.repository = 'renovate/renovate';
// renovate: datasource=docker depName=renovate/renovate versioning=docker
this.tag = '23.0.1-slim';
this.tag = '23.0.2-slim';
this.tagSuffix = '-slim';
}
image() {

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "github-action",
"version": "23.0.1",
"version": "23.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "github-action",
"version": "23.0.1",
"version": "23.0.2",
"description": "GitHub Action to run Renovate self-hosted.",
"private": true,
"main": "src/index.ts",