From 39ccfa29f6fdcb4516f9f7b5384b628c14a3f1f8 Mon Sep 17 00:00:00 2001 From: Pavel Zorin Date: Thu, 7 Oct 2021 07:44:24 +0200 Subject: [PATCH 1/2] Added GITHUB_COM_TOKEN to mounted environment variables (#581) --- src/input.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input.ts b/src/input.ts index 48b4749f..573733ac 100644 --- a/src/input.ts +++ b/src/input.ts @@ -8,7 +8,7 @@ interface EnvironmentVariable { class Input { readonly options = { - envRegex: /^(?:RENOVATE_\w+|LOG_LEVEL)$/, + envRegex: /^(?:RENOVATE_\w+|LOG_LEVEL|GITHUB_COM_TOKEN)$/, configurationFile: { input: 'configurationFile', env: 'RENOVATE_CONFIG_FILE', From 361abefcc67817b0c9576230944674a052c529c8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 7 Oct 2021 09:17:16 +0000 Subject: [PATCH 2/2] fix(deps): update renovate/renovate docker tag to v27.30.0 --- src/docker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docker.ts b/src/docker.ts index 65cb71fb..d346c7ea 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 = '27.28.1-slim'; + readonly tag = '27.30.0-slim'; readonly tagSuffix = '-slim'; image(): string {