diff --git a/CHANGELOG.md b/CHANGELOG.md index cf317921..55650dbc 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.119.15](https://github.com/renovatebot/github-action/compare/v24.119.14...v24.119.15) (2021-05-02) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v24.119.15 ([813918c](https://github.com/renovatebot/github-action/commit/813918c317e4dabc25e3b11def611a253d3e8a06)) + ### [24.119.14](https://github.com/renovatebot/github-action/compare/v24.119.13...v24.119.14) (2021-04-28) diff --git a/dist/index.js b/dist/index.js index 5e00accf..185d48c5 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1778,7 +1778,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '24.119.14-slim'; + this.tag = '24.119.15-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 1c6a49c3..43d437d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.119.14", + "version": "24.119.15", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e6759e52..cd2f5a28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "24.119.14", + "version": "24.119.15", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",