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 %}