From f230dd87e0bd19251c2354f6ce5213e28f0dfe93 Mon Sep 17 00:00:00 2001
From: Peter Kurfer <peter@icb4dc0.de>
Date: Tue, 25 Mar 2025 11:15:10 +0100
Subject: [PATCH] chore: switch to Harbor provided image

---
 .forgejo/workflows/renovate.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.forgejo/workflows/renovate.yaml b/.forgejo/workflows/renovate.yaml
index ae11672..78df2ff 100644
--- a/.forgejo/workflows/renovate.yaml
+++ b/.forgejo/workflows/renovate.yaml
@@ -4,13 +4,13 @@ on:
     branches:
       - main
   schedule:
-    - cron: '33 3 * * *'
+    - cron: "33 3 * * *"
 
 jobs:
   renovate:
     runs-on: ubuntu-latest
     steps:
-      - uses: docker://code.icb4dc0.de/infrastructure/images/renovate:latest
+      - uses: docker://registry.icb4dc0.de/infrastructure/renovate:latest
         with:
           args: renovate "${{ github.repository }}"
         env:
@@ -19,4 +19,4 @@ jobs:
           RENOVATE_PLATFORM: gitea
           RENOVATE_AUTODISCOVER: "false"
           RENOVATE_ENDPOINT: https://code.icb4dc0.de/api/v1
-          LOG_LEVEL: info
\ No newline at end of file
+          LOG_LEVEL: info