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",