chore(release): merge main (32922f4024)

This commit is contained in:
github-actions[bot] 2022-02-11 14:37:10 +00:00
commit 0434372dab
2 changed files with 2 additions and 2 deletions

View file

@ -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 {

View file

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