From 7f41b1d172741240d14c85066a608e90189aa37a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 10 Sep 2025 11:46:39 +0200 Subject: [PATCH] Update registry.redict.io/redict Docker tag to v7.3.5 (forgejo) (#9229) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | registry.redict.io/redict | service | patch | `7.3.0-scratch` -> `7.3.5-scratch` | --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/9229 Reviewed-by: Earl Warren Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .forgejo/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/coverage.yml b/.forgejo/workflows/coverage.yml index 7eb0ef7ecb..194b116251 100644 --- a/.forgejo/workflows/coverage.yml +++ b/.forgejo/workflows/coverage.yml @@ -58,7 +58,7 @@ jobs: POSTGRESQL_EXTRA_FLAGS: -c full_page_writes=off options: --tmpfs /bitnami/postgresql cacher: - image: registry.redict.io/redict:7.3.0-scratch + image: registry.redict.io/redict:7.3.5-scratch options: --tmpfs /data:noatime steps: - uses: https://data.forgejo.org/actions/checkout@v4