From 2bf371d04233e37fd6f151b6c1194fec32792149 Mon Sep 17 00:00:00 2001 From: Sven-Torben Janus Date: Fri, 8 Oct 2021 21:16:55 +0200 Subject: [PATCH] chore: Fix prefixes from dependabot.yml --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ccfbd27..6bb99a3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,7 +14,7 @@ updates: assignees: - "sventorben" commit-message: - prefix: "chore: " + prefix: "chore" # Maintain dependencies for maven @@ -26,4 +26,4 @@ updates: - "sventorben" commit-message: include: "scope" - prefix: "chore: " + prefix: "chore"