From ff20ac20d5d06e22aa3b5680933d79bcf443a197 Mon Sep 17 00:00:00 2001 From: Thomas Sell Date: Thu, 18 Jan 2024 14:23:41 +0100 Subject: [PATCH] chore: Add chore prefix for dependabot PRs --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 45e61f3..d8da1af 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,5 @@ updates: directory: "/" schedule: interval: "weekly" + commit_message: + prefix: "chore"