1
0
mirror of synced 2026-01-07 09:01:31 -05:00

Merge pull request #18302 from fuadop/patch-2

proposal: add custom commit message example (s)
This commit is contained in:
mc
2022-06-10 14:27:28 +01:00
committed by GitHub

View File

@@ -280,6 +280,10 @@ updates:
prefix-development: "pip dev"
include: "scope"
```
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:
`pip dev: bump requests from 1.0.0 to 1.0.1`
### `ignore`
{% data reusables.dependabot.default-dependencies-allow-ignore %}