chore(workflow): add workflow_dispatch trigger to renovate
All checks were successful
renovate / renovate (push) Successful in 2m31s
All checks were successful
renovate / renovate (push) Successful in 2m31s
This commit is contained in:
parent
28ddbf343c
commit
4bab8bbd4c
@ -1,6 +1,7 @@
|
||||
name: renovate
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "@hourly"
|
||||
push:
|
||||
@ -16,4 +17,4 @@ jobs:
|
||||
RENOVATE_CONFIG_FILE: "config.js" # replace it with your config.js path
|
||||
LOG_LEVEL: "debug"
|
||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} # your Revonate bot token
|
||||
GITHUB_COM_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
GITHUB_COM_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user