From daaca66f42bafea841fa7b3481851290f475ee74 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 29 Jan 2026 12:12:40 -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 a525961..ca9c84c 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