diff --git a/CHANGELOG.md b/CHANGELOG.md index a6bc2b22d7..110cfea04d 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.36.0](https://github.com/renovatebot/github-action/compare/v32.35.2...v32.36.0) (2022-05-01) + + +### Bug Fixes + +* **deps:** update dependency renovate/renovate to v32.36.0 ([0595b99](https://github.com/renovatebot/github-action/commit/0595b99a9f074a135491d4c7f90149b3a8881194)) + ### [32.35.2](https://github.com/renovatebot/github-action/compare/v32.35.1...v32.35.2) (2022-05-01) diff --git a/dist/index.js b/dist/index.js index da8df49ae6..8ae39c5997 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 = '32.35.2-slim'; + this.tag = '32.36.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index f92628cef3..2151ed334e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "32.35.2", + "version": "32.36.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",