From f2be6d0e3c6c3e586bd7cf99a5065a6d1d1d7e4c Mon Sep 17 00:00:00 2001 From: Christian Hoffmann Date: Tue, 23 Aug 2022 22:29:38 +0200 Subject: [PATCH] Github: Dependabot: Use 'Build' as prefix Fixes: https://github.com/jamulussoftware/jamulus/pull/2778#discussion_r951799396 --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9de4980495..70d0f59469 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,4 +5,4 @@ updates: schedule: interval: weekly commit-message: - prefix: "CI" + prefix: "Build"