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 }}