From a64725ae1958ce7d194c5e80241d764a704ce4bc Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Tue, 30 Jun 2026 11:08:52 +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 029a59f..5c8c43c 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