Merge pull request 'chore(workflow): add workflow_dispatch trigger to renovate' (#22) from feature/workflow-dispatch into main
All checks were successful
renovate / renovate (push) Successful in 2m56s

Reviewed-on: #22
This commit is contained in:
Jan Gleytenhoover 2024-08-27 16:27:31 +00:00
commit 549649d161

@ -1,6 +1,7 @@
name: renovate name: renovate
on: on:
workflow_dispatch:
schedule: schedule:
- cron: "@hourly" - cron: "@hourly"
push: push:
@ -16,4 +17,4 @@ jobs:
RENOVATE_CONFIG_FILE: "config.js" # replace it with your config.js path RENOVATE_CONFIG_FILE: "config.js" # replace it with your config.js path
LOG_LEVEL: "debug" LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} # your Revonate bot token RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} # your Revonate bot token
GITHUB_COM_TOKEN: ${{ secrets.GH_TOKEN }} GITHUB_COM_TOKEN: ${{ secrets.GH_TOKEN }}