From e23b3a75bf211541430ee00eeb48ff7811ee6fdf Mon Sep 17 00:00:00 2001 From: Liam Date: Sun, 15 Oct 2023 03:08:59 +0100 Subject: [PATCH] fix renovate --- .gitea/workflows/renovate.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index 917039f..bea9875 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -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 }}