chore(release): 23.20.6

This commit is contained in:
github-actions[bot] 2020-09-10 14:07:09 +00:00
parent 8cb78944a7
commit 5c99478576
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.20.6](https://github.com/renovatebot/github-action/compare/v23.20.5...v23.20.6) (2020-09-10)
### Bug Fixes
* **deps:** update renovate/renovate docker tag to v23.20.6 ([#244](https://github.com/renovatebot/github-action/issues/244)) ([21ef79d](https://github.com/renovatebot/github-action/commit/21ef79dd008ec7b03da62a0702aa5b51169f7abb))
### [23.20.5](https://github.com/renovatebot/github-action/compare/v23.20.4...v23.20.5) (2020-09-10)

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.20.5-slim';
this.tag = '23.20.6-slim';
this.tagSuffix = '-slim';
}
image() {

2
package-lock.json generated
View file

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

View file

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