From 89ade69719c86323f13c0692c42d8db81625d4b5 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 29 Jan 2026 12:12:54 -0600 Subject: [PATCH] ci: update renovate image --- .gitea/workflows/renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index e4b844e..dc11f2d 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -13,7 +13,7 @@ on: jobs: renovate: runs-on: ubuntu-latest - container: ghcr.io/renovatebot/renovate:42 + container: ghcr.io/renovatebot/renovate:43 steps: - name: Checkout uses: actions/checkout@v6