From 862baf3ca73e6368d27881b5c2ac08128d738e58 Mon Sep 17 00:00:00 2001 From: "cloudingenium-automation[bot]" Date: Tue, 28 Apr 2026 18:22:54 +0000 Subject: [PATCH] =?UTF-8?q?fix(ci):=20dependabot=20commit-message=20prefix?= =?UTF-8?q?=20=E2=86=92=20chore=20(commitlint=20compat)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Default dependabot commit subjects use ecosystem prefix (e.g. nuget:, pip:) which is rejected by @commitlint/config-conventional. Adding commit-message.prefix:chore so commits become chore(scope):... and pass commitlint. Surfaced by /jc-coding-fleet-driver --mode=all (2026-04-28) Phase D. --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6c8737b..e159a99 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,9 @@ updates: patterns: ["*"] all-dependencies: patterns: ["*"] + commit-message: + prefix: chore + include: scope - package-ecosystem: "github-actions" directory: "/" schedule: @@ -20,3 +23,6 @@ updates: patterns: ["*"] all-actions: patterns: ["*"] + commit-message: + prefix: chore + include: scope