chore(release): 28.0.1

This commit is contained in:
github-actions[bot] 2021-10-11 13:30:28 +00:00
parent 33c3fe5787
commit bc8271ab95
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.
### [28.0.1](https://github.com/renovatebot/github-action/compare/v27.31.10...v28.0.1) (2021-10-11)
### Bug Fixes
* **deps:** update renovate/renovate docker tag to v28 ([#582](https://github.com/renovatebot/github-action/issues/582)) ([2a33383](https://github.com/renovatebot/github-action/commit/2a33383ee24c66e5f5cea52196ce89e565f96d4e))
### [27.31.10](https://github.com/renovatebot/github-action/compare/v27.31.7...v27.31.10) (2021-10-11)

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

View file

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