Compare commits
No commits in common. "549649d161027291b0b8355e0450f3489ae8d917" and "28ddbf343c5b09da7d6624a5b70efc2cde8f6536" have entirely different histories.
549649d161
...
28ddbf343c
@ -1,7 +1,6 @@
|
|||||||
name: renovate
|
name: renovate
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "@hourly"
|
- cron: "@hourly"
|
||||||
push:
|
push:
|
||||||
@ -17,4 +16,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 }}
|
Loading…
Reference in New Issue
Block a user