From 38fe7858b15c8f2b80ceff80b77dedde15db60b6 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Mon, 4 Mar 2024 22:55:45 +0100 Subject: [PATCH] Add prefix to Dependabot commit message / PR title --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cbd0f6a2..ca2061c4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,5 @@ updates: schedule: interval: "weekly" target-branch: "2.10.x" + commit-message: + prefix: "[2.10.x] "