chore(release): 29.4.1

This commit is contained in:
github-actions[bot] 2021-11-10 22:14:04 +00:00
parent 4e24953646
commit 8ddae076b0
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.
### [29.4.1](https://github.com/renovatebot/github-action/compare/v29.4.0...v29.4.1) (2021-11-10)
### Bug Fixes
* **deps:** update renovate/renovate docker tag to v29.4.1 ([7bcb3b5](https://github.com/renovatebot/github-action/commit/7bcb3b51042f7e2b21ce1517ecd67bc7ef5b33b6))
## [29.4.0](https://github.com/renovatebot/github-action/compare/v29.3.5...v29.4.0) (2021-11-10)

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

View file

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