Skip to content

Commit 2766510

Browse files
fuadopjeffwidman
andauthored
Update content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md
Co-authored-by: Jeff Widman <[email protected]>
1 parent 0c77f19 commit 2766510

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,11 @@ updates:
280280
prefix-development: "pip dev"
281281
include: "scope"
282282
```
283-
An example commit message based on your recent commit preferences would be `<prefix> (dev-deps): bump requests from 1.0.8 to 1.1.3`.
283+
Example:
284+
Using these preferences, bumping the `requests` library in the `pip` Development dependency group generates a commit message of:
285+
286+
pip dev: bump requests from 1.0.0 to 1.0.1
287+
284288

285289
### `ignore`
286290

0 commit comments

Comments
 (0)