mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-17 09:22:36 +00:00
chore(release): 27.30.0
This commit is contained in:
parent
9641e332be
commit
cf28d8ebbb
3 changed files with 10 additions and 3 deletions
4
dist/index.js
vendored
4
dist/index.js
vendored
|
|
@ -2832,7 +2832,7 @@ class Docker {
|
|||
constructor() {
|
||||
this.repository = 'renovate/renovate';
|
||||
// renovate: datasource=docker depName=renovate/renovate versioning=docker
|
||||
this.tag = '27.28.1-slim';
|
||||
this.tag = '27.30.0-slim';
|
||||
this.tagSuffix = '-slim';
|
||||
}
|
||||
image() {
|
||||
|
|
@ -2929,7 +2929,7 @@ const path_1 = __importDefault(__nccwpck_require__(622));
|
|||
class Input {
|
||||
constructor() {
|
||||
this.options = {
|
||||
envRegex: /^(?:RENOVATE_\w+|LOG_LEVEL)$/,
|
||||
envRegex: /^(?:RENOVATE_\w+|LOG_LEVEL|GITHUB_COM_TOKEN)$/,
|
||||
configurationFile: {
|
||||
input: 'configurationFile',
|
||||
env: 'RENOVATE_CONFIG_FILE',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue