From a0168e1041b85402aa644c2ea57e806dedd6a5f5 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Tue, 12 May 2026 16:14:30 +0200 Subject: [PATCH] ci: enable signed commits for automated pull requests Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/.update-deps.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/.update-deps.yml b/.github/workflows/.update-deps.yml index f5f7a5d..02713fd 100644 --- a/.github/workflows/.update-deps.yml +++ b/.github/workflows/.update-deps.yml @@ -327,6 +327,7 @@ jobs: commit-message: ${{ steps.update.outputs.commit-message }} title: ${{ steps.update.outputs.commit-message }} signoff: true + sign-commits: true delete-branch: true body: | This updates ${{ steps.update.outputs.key }} from ${{ steps.update.outputs.before-value }} to `${{ steps.update.outputs.target-value }}`.