mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 00:42:35 +00:00
fix(refactor): use named imports (#879)
Allows better tree shaking while bundling.
This commit is contained in:
parent
5343762d53
commit
4d91b7f286
7 changed files with 77 additions and 36 deletions
|
|
@ -23,13 +23,14 @@ inputs:
|
|||
required: false
|
||||
renovate-version:
|
||||
description: |
|
||||
Renovate version to use. Defaults to latest.
|
||||
Renovate version to use.
|
||||
required: false
|
||||
default: 'latest'
|
||||
renovate-image:
|
||||
description: |
|
||||
Renovate docker image name.
|
||||
Defaults to `ghcr.io/renovatebot/renovate`.
|
||||
required: false
|
||||
default: ghcr.io/renovatebot/renovate
|
||||
mount-docker-socket:
|
||||
description: |
|
||||
Mount the Docker socket inside the renovate container so that the commands
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue