From cc577a7d7a4a00d4f57621f9b46517f3f7d4d220 Mon Sep 17 00:00:00 2001 From: Jacob Rask Date: Fri, 11 Feb 2022 08:13:13 +0100 Subject: [PATCH 1/2] Allow passing through NODE_OPTIONS (#603) --- src/input.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input.ts b/src/input.ts index 573733ac..ea123d54 100644 --- a/src/input.ts +++ b/src/input.ts @@ -8,7 +8,7 @@ interface EnvironmentVariable { class Input { readonly 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', From 32922f40245bd63052e0e31be5a363cbdf008bed Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 11 Feb 2022 13:00:50 +0000 Subject: [PATCH 2/2] fix(deps): update renovate/renovate docker tag to v31.78.1 --- src/docker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docker.ts b/src/docker.ts index a95e38eb..cff18d5f 100644 --- a/src/docker.ts +++ b/src/docker.ts @@ -1,7 +1,7 @@ class Docker { readonly repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - readonly tag = '31.77.1-slim'; + readonly tag = '31.78.1-slim'; readonly tagSuffix = '-slim'; image(): string {