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