Allow manual trigger of Renovate workflow
This commit is contained in:
parent
d18513fb76
commit
6d355fc5bd
1 changed files with 1 additions and 0 deletions
1
.github/workflows/renovate.yml
vendored
1
.github/workflows/renovate.yml
vendored
|
@ -3,6 +3,7 @@ name: Run Renovate
|
|||
on:
|
||||
schedule:
|
||||
- cron: "13 * * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
|
|
Loading…
Add table
Reference in a new issue