From 7541904ed77033f65034a007cc30b85b7eabd496 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 22:32:17 +0000 Subject: [PATCH] chore(release): 31.15.0 --- CHANGELOG.md | 7 +++++++ dist/index.js | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f73f1ff2..a911ba19 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. +## [31.15.0](https://github.com/renovatebot/github-action/compare/v31.14.1...v31.15.0) (2022-01-03) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v31.15.0 ([31f8011](https://github.com/renovatebot/github-action/commit/31f80116c62a356420936bf00ef0964d378c56ec)) + ### [31.14.1](https://github.com/renovatebot/github-action/compare/v31.14.0...v31.14.1) (2022-01-01) diff --git a/dist/index.js b/dist/index.js index 3c7c107a..5566b770 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 = '31.14.1-slim'; + this.tag = '31.15.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index 627912ad..7b90f996 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "31.14.1", + "version": "31.15.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",