From 1db93bf2af52df47d20e05ccda1be85fa51823a5 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Sun, 28 Apr 2024 10:25:08 +0200 Subject: [PATCH] Add `[3.0.x] ` prefix to dependabot PRs --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7c6a19f..1e8b63f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,8 @@ updates: directory: "/" schedule: interval: "weekly" + commit-message: + prefix: "[3.0.x] " - package-ecosystem: "github-actions" directory: "/" schedule: