From 296dd2724ae42cad653057a8fa9b84ffbeda0226 Mon Sep 17 00:00:00 2001 From: larabr <7375870+larabr@users.noreply.github.com> Date: Thu, 11 Sep 2025 17:41:21 +0200 Subject: [PATCH] Dependabot: fix "CI" prefix config --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f7a4ff4f..d3c9af2f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -59,4 +59,5 @@ updates: directory: "/" schedule: interval: "weekly" - prefix: "CI" + commit-message: + prefix: "CI"