fix renovate
All checks were successful
renovate / renovate (push) Successful in 4m4s

This commit is contained in:
Lee 2023-10-15 03:08:59 +01:00
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 }}