Skip to content

Commit 91fae68

Browse files
authored
Merge pull request github#28392 from github/repo-sync
repo sync
2 parents 6b7f097 + 00c3e32 commit 91fae68

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,10 @@ updates:
280280
prefix-development: "pip dev"
281281
include: "scope"
282282
```
283+
If you use the same configuration as in the example above, bumping the `requests` library in the `pip` development dependency group will generate a commit message of:
284+
285+
`pip dev: bump requests from 1.0.0 to 1.0.1`
286+
283287
### `ignore`
284288

285289
{% data reusables.dependabot.default-dependencies-allow-ignore %}

0 commit comments

Comments
 (0)