Allow manual renovate dispatch
This commit is contained in:
parent
f156428706
commit
73482477dc
1 changed files with 6 additions and 1 deletions
7
.github/workflows/renovate.yaml
vendored
7
.github/workflows/renovate.yaml
vendored
|
|
@ -2,9 +2,14 @@ name: Check package updates
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 * * * *"
|
- cron: "0 * * * *"
|
||||||
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
log-level:
|
||||||
|
description: "Log level"
|
||||||
|
default: "info"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
LOG_LEVEL: "info"
|
LOG_LEVEL: ${{ github.event.inputs.log-level }}
|
||||||
RENOVATE_AUTODISCOVER: true
|
RENOVATE_AUTODISCOVER: true
|
||||||
RENOVATE_AUTODISCOVER_FILTER: "${{ github.repository }}"
|
RENOVATE_AUTODISCOVER_FILTER: "${{ github.repository }}"
|
||||||
RENOVATE_PLATFORM: github
|
RENOVATE_PLATFORM: github
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue