From e8824df7066e388b2f98509f57f086152a9c1482 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 15:38:15 +0000 Subject: [PATCH] chore(release): 29.3.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 9ff9a85c..df90a880 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.3.0](https://github.com/renovatebot/github-action/compare/v29.2.6...v29.3.0) (2021-11-08) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v29.3.0 ([37d2413](https://github.com/renovatebot/github-action/commit/37d241332290b95ff90adeae4a4817095aa387af)) + ### [29.2.6](https://github.com/renovatebot/github-action/compare/v29.2.5...v29.2.6) (2021-11-07) diff --git a/dist/index.js b/dist/index.js index bafbdba9..d4d3a08c 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.2.6-slim'; + this.tag = '29.3.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index 5f4dda52..5acb3184 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "29.2.6", + "version": "29.3.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",