From 6bb3295cf8bb2f694f558a6e6fb66326f1ef48aa Mon Sep 17 00:00:00 2001 From: Christian Nicolai Date: Fri, 5 Jun 2020 09:07:37 +0200 Subject: [PATCH] module: set Dependabot commit message prefix --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5e5b3d8..107ad7f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,8 @@ updates: pull-request-branch-name: separator: "-" open-pull-requests-limit: 99 + commit-message: + prefix: "module:" allow: - dependency-type: direct - dependency-type: indirect