From 8bab78271ea2a902404c7a21f6f667e797071580 Mon Sep 17 00:00:00 2001 From: James Zern Date: Tue, 11 Jun 2024 12:43:36 -0700 Subject: [PATCH] dependabot.yml: add detail to commit message 'include: "scope"' should list the dependencies update in the commit. --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ad95b4a6..b368c600 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,5 @@ updates: applies-to: "security-updates" patterns: - "*" + commit-message: + include: "scope"