From fa4cccb9b990157df72db344d593086e58d7bd50 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 3 May 2023 13:51:02 +0000 Subject: [PATCH] chore(release): 36.1.0 [skip ci] --- dist/index.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 6de15d81..6e858e1b 100644 --- a/dist/index.js +++ b/dist/index.js @@ -4048,7 +4048,7 @@ const path_1 = __importDefault(__nccwpck_require__(17)); class Input { constructor() { this.options = { - envRegex: /^(?:RENOVATE_\w+|LOG_LEVEL|GITHUB_COM_TOKEN|NODE_OPTIONS)$/, + envRegex: /^(?:RENOVATE_\w+|LOG_LEVEL|GITHUB_COM_TOKEN|NODE_OPTIONS|(?:HTTPS?|NO)_PROXY|(?:https?|no)_proxy)$/, configurationFile: { input: 'configurationFile', env: 'RENOVATE_CONFIG_FILE', diff --git a/package.json b/package.json index b278f46d..7f49e358 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "36.0.4", + "version": "36.1.0", "private": true, "description": "GitHub Action to run Renovate self-hosted.", "license": "GPL-3.0-or-later",