diff --git a/CHANGELOG.md b/CHANGELOG.md index df5c04bf..1ff0a871 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.9.0](https://github.com/renovatebot/github-action/compare/v32.7.5...v32.9.0) (2022-03-28) + + +### Bug Fixes + +* **deps:** update dependency renovate/renovate to v32.9.0 ([69bf91a](https://github.com/renovatebot/github-action/commit/69bf91a5c15b1365a5e120ac6ca4044130dab5f1)) + ### [32.7.5](https://github.com/renovatebot/github-action/compare/v32.7.4...v32.7.5) (2022-03-27) diff --git a/dist/index.js b/dist/index.js index 5732c0e1..30139fbf 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.7.5-slim'; + this.tag = '32.9.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index 798a4af3..197e48ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "32.7.5", + "version": "32.9.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",