diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c87a738de..27d0a26bf3 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. +### [32.99.2](https://github.com/renovatebot/github-action/compare/v32.99.1...v32.99.2) (2022-06-26) + + +### Bug Fixes + +* **deps:** update dependency renovate/renovate to v32.99.2 ([5a21919](https://github.com/renovatebot/github-action/commit/5a219191757fdda4669ed595dcaac9a8553d526f)) + ### [32.99.1](https://github.com/renovatebot/github-action/compare/v32.97.0...v32.99.1) (2022-06-25) diff --git a/dist/index.js b/dist/index.js index 9ce5526f83..006b3df269 100644 --- a/dist/index.js +++ b/dist/index.js @@ -3296,7 +3296,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '32.99.1-slim'; + this.tag = '32.99.2-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index 373bd08965..9c5627f827 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "32.99.1", + "version": "32.99.2", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",