chore(release): 36.1.0 [skip ci]

This commit is contained in:
semantic-release-bot 2023-05-03 13:51:02 +00:00
parent 6a2723ebf4
commit fa4cccb9b9
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View file

@ -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',

View file

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