From 139c673b140d29a2d07f06f7bca1f3d56a542d15 Mon Sep 17 00:00:00 2001 From: Paul Kepinski Date: Fri, 20 Oct 2023 10:57:45 +0200 Subject: [PATCH] chore: better dependabot.yaml commit message prefix (#186) --- .github/dependabot.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index b9ed238..bfb8e35 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -5,4 +5,5 @@ updates: schedule: interval: "daily" commit-message: - prefix: "chore(deps): " + prefix: "chore" + include: "scope"