ci: enable workflow_dispatch for renovate
This commit is contained in:
parent
7b672cd5fd
commit
d49ddc13c0
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ on:
|
|||
- "renovate.json"
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
RENOVATE_REPOSITORIES: ${{ github.repository }}
|
||||
|
|
|
|||
Reference in a new issue