From 70c8465721b1a0f5fffdeb262e6f7cd98b20c74f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20B=C3=A4hler?= Date: Tue, 24 Oct 2023 17:04:38 +0200 Subject: [PATCH] chore(repo): correct dependabot prefix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Oliver Bähler --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index df09b6d7..f95ca73d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,4 +13,4 @@ updates: interval: daily rebase-strategy: disabled commit-message: - prefix: "ci" + prefix: "ci(deps)"