From c2789c810c9035bd995f1538e0a642bc2de562ef Mon Sep 17 00:00:00 2001 From: Paul Kepinski Date: Fri, 20 Oct 2023 10:39:10 +0200 Subject: [PATCH] Add "chore(deps)" prefix to dependabot commit message (#185) --- .github/dependabot.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index ddc227b1b..b9ed238cf 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,3 +4,5 @@ updates: directory: "/" schedule: interval: "daily" + commit-message: + prefix: "chore(deps): "