Update .gitea/workflows/renovate.yml
All checks were successful
renovate / renovate (push) Successful in 26s

This commit is contained in:
Lee 2024-04-18 08:34:59 +00:00
parent 3eb35231b9
commit 1da0f3b4f0

@ -14,26 +14,26 @@ jobs:
steps:
- uses: actions/checkout@v4
# - name: Restore Renovate Cache
# id: cache-renovate
# uses: actions/cache/restore@v4
# with:
# path: /tmp/renovate/cache
# key: ${{ runner.os }}-renovate-cache
- name: Restore Renovate Cache
id: cache-renovate
uses: actions/cache/restore@v4
with:
path: /tmp/renovate/cache
key: ${{ runner.os }}-renovate-cache
- name: Renovate
run: renovate
env:
RENOVATE_CONFIG_MIGRATION: "true" # ensure all repositories receive config migration PRs
LOG_LEVEL: "debug"
#LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
GITHUB_COM_TOKEN: ${{ secrets.GH_TOKEN }}
HUB_DOCKER_COM_USER: ${{ secrets.HUB_DOCKER_COM_USER }}
HUB_DOCKER_COM_TOKEN: ${{ secrets.HUB_DOCKER_COM_TOKEN }}
# - name: Save Renovate Cache
# id: cache-renovate
# uses: actions/cache/save@v4
# with:
# path: /tmp/renovate/cache
# key: ${{ runner.os }}-renovate-cache
- name: Save Renovate Cache
id: cache-renovate
uses: actions/cache/save@v4
with:
path: /tmp/renovate/cache
key: ${{ runner.os }}-renovate-cache