From 4365df74f1b60c3b4f7bee89d37b6fc94045fe08 Mon Sep 17 00:00:00 2001 From: Johnny5 Date: Tue, 19 Nov 2024 11:07:06 +0100 Subject: [PATCH] chore(deps): update renovate/renovate docker digest to 3bb920c (#52) 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 | |---|---|---|---| | renovate/renovate | container | digest | `6a4948c` -> `3bb920c` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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://git.snaile.de/snailed/void-packages/pulls/52 Co-authored-by: Johnny5 Co-committed-by: Johnny5 --- .forgejo/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/renovate.yml b/.forgejo/workflows/renovate.yml index 09b2884c0ef..386f39ee7ea 100644 --- a/.forgejo/workflows/renovate.yml +++ b/.forgejo/workflows/renovate.yml @@ -7,7 +7,7 @@ on: jobs: renovate: runs-on: docker - container: renovate/renovate@sha256:6a4948c97e846bf1082f3956debde5a183917f7b608ccb1ff7971a9423a38a92 + container: renovate/renovate@sha256:3bb920c6ede5f504be5cbedef634b22ada34e816b4015c8cc548e61189137fde env: LOG_LEVEL: debug RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}