From f4822102176280e21b834a202f4b25600de54aa8 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Tue, 30 Jun 2026 11:08:58 +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 0d8462f..e2075f6 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