mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 00:42:35 +00:00
feat: Allow using non-slim renovate image (#626)
Signed-off-by: Mario Valderrama <mario.valderrama@ionos.com> Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
parent
c9f465c39e
commit
e18dc08b62
5 changed files with 22 additions and 4 deletions
|
|
@ -16,6 +16,11 @@ inputs:
|
|||
configured using a Secret. Either use this input or the 'RENOVATE_TOKEN'
|
||||
environment variable.
|
||||
required: false
|
||||
useSlim:
|
||||
description: |
|
||||
Use a lightweight renovate container without any third-party binaries.
|
||||
Defaults to true if not set.
|
||||
required: false
|
||||
runs:
|
||||
using: node16
|
||||
main: dist/index.js
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue