chore(release): 24.94.5

This commit is contained in:
github-actions[bot] 2021-03-26 00:09:01 +00:00
parent 987cc5ba58
commit b1b798bcfa
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.
### [24.94.5](https://github.com/renovatebot/github-action/compare/v24.94.4...v24.94.5) (2021-03-26)
### Bug Fixes
* **deps:** update renovate/renovate docker tag to v24.94.5 ([d9470dd](https://github.com/renovatebot/github-action/commit/d9470dd2101b5fe4a9d168b9b559f0eb8fe5a624))
### [24.94.4](https://github.com/renovatebot/github-action/compare/v24.94.2...v24.94.4) (2021-03-25)

2
dist/index.js vendored
View file

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

2
package-lock.json generated
View file

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

View file

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