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