From 0c77f19f6b51c0e1b83b4838389912c9af0aa3dc Mon Sep 17 00:00:00 2001 From: Fuad Olatunji <65264054+fuadop@users.noreply.github.com> Date: Sat, 28 May 2022 18:07:53 +0100 Subject: [PATCH] proposal: add custom commit message example (s) This is related to https://github.com/dependabot/dependabot-core/issues/5192 . cc: @jeffwidman --- .../configuration-options-for-the-dependabot.yml-file.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md b/content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md index 1c26730eab..37ffb9da34 100644 --- a/content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md +++ b/content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md @@ -280,6 +280,8 @@ updates: prefix-development: "pip dev" include: "scope" ``` +An example commit message based on your recent commit preferences would be ` (dev-deps): bump requests from 1.0.8 to 1.1.3`. + ### `ignore` {% data reusables.dependabot.default-dependencies-allow-ignore %}