chore(release): 23.56.11

This commit is contained in:
github-actions[bot] 2020-10-26 17:04:11 +00:00
parent db1b14ffdf
commit 7ef025feb8
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.56.11](https://github.com/renovatebot/github-action/compare/v23.56.9...v23.56.11) (2020-10-26)
### Bug Fixes
* **deps:** update renovate/renovate docker tag to v23.56.11 ([#360](https://github.com/renovatebot/github-action/issues/360)) ([2527c69](https://github.com/renovatebot/github-action/commit/2527c69f5e9fd5e8e2d415c69de0699b456a58b0))
### [23.56.9](https://github.com/renovatebot/github-action/compare/v23.56.8...v23.56.9) (2020-10-25)

2
dist/index.js vendored
View file

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

2
package-lock.json generated
View file

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

View file

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