mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 00:42:35 +00:00
feat: add self-hosted renovate sources
This commit is contained in:
parent
515e31cf90
commit
5f5662bb86
3 changed files with 28 additions and 0 deletions
13
action.yml
Normal file
13
action.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name: 'Self-Hosted Renovate'
|
||||
description: 'GitHub Action to run self-hosted Renovate.'
|
||||
author: 'Jeroen de Bruijn'
|
||||
inputs:
|
||||
configurationFile:
|
||||
description: 'Renovate configuration file'
|
||||
required: false
|
||||
default: 'src/config.js'
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'src/Dockerfile'
|
||||
args:
|
||||
- ${{ inputs.configurationFile }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue