From 1c4a6c7e1fed0f742ba86d681e9d0188cd2c6153 Mon Sep 17 00:00:00 2001 From: Jan K9f Date: Sun, 27 Apr 2025 17:09:36 +0200 Subject: [PATCH] ci: update renovate workflow to use docker runner --- .gitea/workflows/renovate.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index 50c31df..bc7af96 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -8,7 +8,7 @@ on: jobs: renovate: - runs-on: ubuntu-latest + runs-on: docker # Pin to a specific Renovate version for stability (check ghcr.io for latest) # Example: ghcr.io/renovatebot/renovate:37.250.0 container: ghcr.io/renovatebot/renovate:39 # Pinned version @@ -45,4 +45,3 @@ jobs: LOG_LEVEL: "info" # Explicitly tell Renovate where the cache is (matches actions/cache path) RENOVATE_CACHE_DIR: /tmp/renovate-cache -