chore(release): 22.10.0

This commit is contained in:
github-actions[bot] 2020-08-04 22:04:41 +00:00
parent c095c1316a
commit 0ee9c2ea3b
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.
## [22.10.0](https://github.com/renovatebot/github-action/compare/v22.9.0...v22.10.0) (2020-08-04)
### Bug Fixes
* **deps:** update renovate/renovate docker tag to v22.10.0 ([#180](https://github.com/renovatebot/github-action/issues/180)) ([c6f4851](https://github.com/renovatebot/github-action/commit/c6f485174fed148d87eb8da49fb00a0fb171a11f))
## [22.9.0](https://github.com/renovatebot/github-action/compare/v22.8.1...v22.9.0) (2020-08-04)

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

2
package-lock.json generated
View file

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

View file

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