This commit is contained in:
parent
017235e195
commit
e23b3a75bf
@ -2,7 +2,7 @@ name: renovate
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "@daily"
|
||||
- cron: "@hourly"
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
@ -21,10 +21,10 @@ jobs:
|
||||
path: /tmp/renovate/cache
|
||||
key: ${{ runner.os }}-renovate-cache
|
||||
|
||||
- run: Renovate
|
||||
- name: Renovate
|
||||
run: renovate
|
||||
env:
|
||||
#LOG_LEVEL: "debug"
|
||||
RENOVATE_CACHE_DIR: /tmp/renovate/cache
|
||||
RENOVATE_CONFIG_MIGRATION: "true" # ensure all repositories receive config migration PRs
|
||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||
GITHUB_COM_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user