diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cdbeef3..f1aee5a1 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.78.1](https://github.com/renovatebot/github-action/compare/v31.77.1...v31.78.1) (2022-02-11) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v31.78.1 ([32922f4](https://github.com/renovatebot/github-action/commit/32922f40245bd63052e0e31be5a363cbdf008bed)) + ### [31.77.1](https://github.com/renovatebot/github-action/compare/v31.74.1...v31.77.1) (2022-02-11) diff --git a/dist/index.js b/dist/index.js index d827999e..813ca51a 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.77.1-slim'; + this.tag = '31.78.1-slim'; this.tagSuffix = '-slim'; } image() { @@ -2929,7 +2929,7 @@ const path_1 = __importDefault(__nccwpck_require__(17)); class Input { constructor() { this.options = { - envRegex: /^(?:RENOVATE_\w+|LOG_LEVEL|GITHUB_COM_TOKEN)$/, + envRegex: /^(?:RENOVATE_\w+|LOG_LEVEL|GITHUB_COM_TOKEN|NODE_OPTIONS)$/, configurationFile: { input: 'configurationFile', env: 'RENOVATE_CONFIG_FILE', diff --git a/package.json b/package.json index 8208f3bd..55ffb4c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "31.77.1", + "version": "31.78.1", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",