From ced91ee7aaadf46a2df06baf4282c83cca3d9bab Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 18 Apr 2024 09:14:11 +0000 Subject: [PATCH] feat(deps): update ghcr.io/renovatebot/renovate docker tag to v37.304.0 | datasource | package | from | to | | ---------- | ---------------------------- | -------- | -------- | | docker | ghcr.io/renovatebot/renovate | 37.303.2 | 37.304.0 | --- .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 99007f4..c3a77da 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -10,7 +10,7 @@ on: jobs: renovate: runs-on: ubuntu-latest - container: ghcr.io/renovatebot/renovate:37.303.2 + container: ghcr.io/renovatebot/renovate:37.304.0 steps: - name: Checkout sources uses: https://gitea.com/actions/checkout@v4