From 5fced3ef93b57f3e428a75103a33550c2a7fa24b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Nov 2021 15:07:28 +0000 Subject: [PATCH] chore(release): 29.6.0 --- CHANGELOG.md | 7 +++++++ dist/index.js | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fb9b91e..c85a10eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.6.0](https://github.com/renovatebot/github-action/compare/v29.4.3...v29.6.0) (2021-11-12) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v29.6.0 ([06e6b83](https://github.com/renovatebot/github-action/commit/06e6b8356df1744591554c0ad8be1581139c1a6f)) + ### [29.4.3](https://github.com/renovatebot/github-action/compare/v29.4.2...v29.4.3) (2021-11-11) diff --git a/dist/index.js b/dist/index.js index e9985853..4f6bfa0b 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2832,7 +2832,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '29.4.3-slim'; + this.tag = '29.6.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index e29e0cd7..44cd9539 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "29.4.3", + "version": "29.6.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",