diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ceb2f98..83023400 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.16.1](https://github.com/renovatebot/github-action/compare/v24.15.2...v24.16.1) (2021-01-12) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.16.1 ([#485](https://github.com/renovatebot/github-action/issues/485)) ([c6203cd](https://github.com/renovatebot/github-action/commit/c6203cd692101a3f8c39fdad69e7a250347fcfd8)) + ### [24.15.2](https://github.com/renovatebot/github-action/compare/v24.15.1...v24.15.2) (2021-01-12) diff --git a/dist/index.js b/dist/index.js index 435ac0ea..50c1cb62 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.15.2-slim'; + this.tag = '24.16.1-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 3097b7bc..98345701 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.15.2", + "version": "24.16.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e399507c..e1c4f0e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.15.2", + "version": "24.16.1", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",