chore(release): 21.12.7

This commit is contained in:
github-actions[bot] 2020-06-19 13:05:37 +00:00
parent e86159cea9
commit 831a3592dd
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.
### [21.12.7](https://github.com/renovatebot/github-action/compare/v21.12.6...v21.12.7) (2020-06-19)
### Bug Fixes
* **deps:** update renovate/renovate docker tag to v21.12.7 ([#130](https://github.com/renovatebot/github-action/issues/130)) ([b374259](https://github.com/renovatebot/github-action/commit/b374259332333c7f7119be3c89b1d36d764e093c))
### [21.12.6](https://github.com/renovatebot/github-action/compare/v21.12.4...v21.12.6) (2020-06-19)

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

2
package-lock.json generated
View file

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

View file

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