Workflow: Change cronjob to run every 8 hours & add github pat
All checks were successful
renovate / renovate (push) Successful in 2m5s
All checks were successful
renovate / renovate (push) Successful in 2m5s
This commit is contained in:
parent
e9b3e6a70d
commit
ad748604ae
@ -2,7 +2,7 @@ name: renovate
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "@daily"
|
- cron: "0 */8 * * *"
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
@ -20,4 +20,5 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js
|
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js
|
||||||
LOG_LEVEL: "debug"
|
LOG_LEVEL: "debug"
|
||||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||||
|
GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_TOKEN }}
|
Loading…
x
Reference in New Issue
Block a user