From f3f897ad7f4bb38d90fa9c36d14ea36e127a12b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Dec 2021 23:26:20 +0000 Subject: [PATCH] chore(release): 29.32.6 --- 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 c14b4d66..76047243 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.32.6](https://github.com/renovatebot/github-action/compare/v29.32.5...v29.32.6) (2021-12-07) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v29.32.6 ([6a46a52](https://github.com/renovatebot/github-action/commit/6a46a5258a416e53fee5e6941039a3d82c5ffd0e)) + ### [29.32.5](https://github.com/renovatebot/github-action/compare/v29.32.4...v29.32.5) (2021-12-07) diff --git a/dist/index.js b/dist/index.js index bb5ac377..eab63b45 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.32.5-slim'; + this.tag = '29.32.6-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index 3446bd5d..aa954d74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "29.32.5", + "version": "29.32.6", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",