From 284ba9539aa1217df77c2f14e6941483de48d382 Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Tue, 23 Apr 2024 16:32:16 +0200 Subject: [PATCH] CI: add "CI" prefix to dependabot commit messages --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e4b8a2f5e..4b45e5b2a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,8 @@ updates: directory: "/" schedule: interval: "weekly" + commit-message: + prefix: "CI" groups: all-actions: patterns: -- 2.47.3