From a19f6c02e541a61e33905a5ef96f3e199dc578bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Guilloux?= Date: Fri, 24 Oct 2025 21:20:41 +0200 Subject: [PATCH] Codechange: Add prefix to dependabot commits (#14691) --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d97e315781..050a4cc0bc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,5 @@ updates: actions: patterns: - "*" + commit-message: + prefix: "Upgrade: "