chore(release): 31.11.6

This commit is contained in:
github-actions[bot] 2021-12-22 14:55:34 +00:00
parent 5c716c8a54
commit 8551f36a3d
3 changed files with 9 additions and 2 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.
### [31.11.6](https://github.com/renovatebot/github-action/compare/v31.11.4...v31.11.6) (2021-12-22)
### Bug Fixes
* **deps:** update renovate/renovate docker tag to v31.11.6 ([52e9175](https://github.com/renovatebot/github-action/commit/52e917539a22305e39afa81bb43fc505cb98d991))
### [31.11.4](https://github.com/renovatebot/github-action/compare/v31.11.2...v31.11.4) (2021-12-22)

2
dist/index.js vendored
View file

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

View file

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