diff --git a/CHANGELOG.md b/CHANGELOG.md index b2f6f355..8fb08184 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. +## [24.18.0](https://github.com/renovatebot/github-action/compare/v24.17.3...v24.18.0) (2021-01-16) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.18.0 ([#492](https://github.com/renovatebot/github-action/issues/492)) ([e244e5c](https://github.com/renovatebot/github-action/commit/e244e5c53dd3dc26aa3eb4038a6f2c073a7561a9)) + ### [24.17.3](https://github.com/renovatebot/github-action/compare/v24.17.2...v24.17.3) (2021-01-16) diff --git a/dist/index.js b/dist/index.js index 09eb4987..271de7f7 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1123,7 +1123,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '24.17.3-slim'; + this.tag = '24.18.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 52bbcf82..3a650055 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.17.3", + "version": "24.18.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 408d6aec..0e12cbce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.17.3", + "version": "24.18.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",