chore(release): 23.31.2

This commit is contained in:
github-actions[bot] 2020-09-19 07:05:44 +00:00
parent e50c24ab67
commit 3b0878d813
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.31.2](https://github.com/renovatebot/github-action/compare/v23.31.1...v23.31.2) (2020-09-19)
### Bug Fixes
* **deps:** update renovate/renovate docker tag to v23.31.2 ([#266](https://github.com/renovatebot/github-action/issues/266)) ([1c727a6](https://github.com/renovatebot/github-action/commit/1c727a664f52e80dab92bd79ee4f17bed0a11529))
### [23.31.1](https://github.com/renovatebot/github-action/compare/v23.30.3...v23.31.1) (2020-09-18)

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

2
package-lock.json generated
View file

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

View file

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