From c94769e2eb03639abc9e53355e0d0297800590f7 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Mon, 29 Jun 2026 16:21:09 +0200 Subject: [PATCH] dependabot: skip for update-dist commits Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/update-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-dist.yml b/.github/workflows/update-dist.yml index df113c8..7b443fd 100644 --- a/.github/workflows/update-dist.yml +++ b/.github/workflows/update-dist.yml @@ -50,7 +50,7 @@ jobs: git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com" git add dist - git commit -m "chore: update generated content" + git commit -m "[dependabot skip] chore: update generated content" git push ) else