Skip to content

Commit 77f21c8

Browse files
authored
Apply suggestions from code review
1 parent 2766510 commit 77f21c8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -280,12 +280,10 @@ updates:
280280
prefix-development: "pip dev"
281281
include: "scope"
282282
```
283-
Example:
284-
Using these preferences, bumping the `requests` library in the `pip` Development dependency group generates a commit message of:
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:
285284

286-
pip dev: bump requests from 1.0.0 to 1.0.1
285+
'pip dev: bump requests from 1.0.0 to 1.0.1'
287286

288-
289287
### `ignore`
290288

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

0 commit comments

Comments
 (0)