Skip to content

Commit 9712e43

Browse files
authored
Merge pull request #3818 from djalal/patch-1
typo
2 parents c6fcc72 + 193a54d commit 9712e43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/github/administering-a-repository/enabling-and-disabling-version-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You enable {% data variables.product.prodname_dependabot_version_updates %} by c
2727

2828
#### Example *dependabot.yml* file
2929

30-
The example *dependabot.yml* file below configures version updates for two package mangers: npm and Docker. When this file is checked in, {% data variables.product.prodname_dependabot %} checks the manifest files on the default branch for outdated dependencies. If it finds outdated dependencies, it will raise pull requests against the default branch to update the dependencies.
30+
The example *dependabot.yml* file below configures version updates for two package managers: npm and Docker. When this file is checked in, {% data variables.product.prodname_dependabot %} checks the manifest files on the default branch for outdated dependencies. If it finds outdated dependencies, it will raise pull requests against the default branch to update the dependencies.
3131

3232
```yaml
3333
# Basic dependabot.yml file with

0 commit comments

Comments
 (0)