Skip to content

Commit 546ac79

Browse files
committed
run prettier
Signed-off-by: Zack Koppert <[email protected]>
1 parent c66518e commit 546ac79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/managing-dependencies-at-scale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ With new versions of libraries, frameworks, and packages being released regularl
1010

1111
## Dependabot: Automating dependency updates
1212

13-
[Dependabot version updates](https://docs.github.com/code-security/dependabot) automate the process of updating dependencies by creating pull requests for new versions. Not to be confused with the more security focused variants of Dependabot in [“Dependabot alerts”](https://docs.github.com/code-security/dependabot/dependabot-alerts/about-dependabot-alerts) and [“Dependabot security updates”](https://docs.github.com/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates), Dependabot version updates target any outdated dependencies instead of waiting for vulnerabilities. This alleviates the burden on developers and ensures that projects are using the latest and safest versions of their dependencies.
13+
[Dependabot version updates](https://docs.github.com/code-security/dependabot) automate the process of updating dependencies by creating pull requests for new versions. Not to be confused with the more security focused variants of Dependabot in [“Dependabot alerts”](https://docs.github.com/code-security/dependabot/dependabot-alerts/about-dependabot-alerts) and [“Dependabot security updates”](https://docs.github.com/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates), Dependabot version updates target any outdated dependencies instead of waiting for vulnerabilities. This alleviates the burden on developers and ensures that projects are using the latest and safest versions of their dependencies.
1414

1515
## The Dependabot dilemma
1616

0 commit comments

Comments
 (0)