mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-17 17:32:35 +00:00
chore(release): merge main (32922f4024)
This commit is contained in:
commit
0434372dab
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
class Docker {
|
class Docker {
|
||||||
readonly repository = 'renovate/renovate';
|
readonly repository = 'renovate/renovate';
|
||||||
// renovate: datasource=docker depName=renovate/renovate versioning=docker
|
// renovate: datasource=docker depName=renovate/renovate versioning=docker
|
||||||
readonly tag = '31.77.1-slim';
|
readonly tag = '31.78.1-slim';
|
||||||
readonly tagSuffix = '-slim';
|
readonly tagSuffix = '-slim';
|
||||||
|
|
||||||
image(): string {
|
image(): string {
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ interface EnvironmentVariable {
|
||||||
|
|
||||||
class Input {
|
class Input {
|
||||||
readonly options = {
|
readonly options = {
|
||||||
envRegex: /^(?:RENOVATE_\w+|LOG_LEVEL|GITHUB_COM_TOKEN)$/,
|
envRegex: /^(?:RENOVATE_\w+|LOG_LEVEL|GITHUB_COM_TOKEN|NODE_OPTIONS)$/,
|
||||||
configurationFile: {
|
configurationFile: {
|
||||||
input: 'configurationFile',
|
input: 'configurationFile',
|
||||||
env: 'RENOVATE_CONFIG_FILE',
|
env: 'RENOVATE_CONFIG_FILE',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue