Skip to content

Commit 7884a70

Browse files
authored
Clarify when to use Dependabot in "Using your GitHub profile to enhance your resume" (#54183)
1 parent 197ec69 commit 7884a70

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/using-your-github-profile-to-enhance-your-resume.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ It's easiest to make these changes in {% data variables.product.prodname_vscode_
8888

8989
### Update your project's dependencies
9090

91-
To showcase your understanding of security best practices, ensure your project is using the **latest versions** of any dependencies. You can automate this process with {% data variables.product.prodname_dependabot %}, which generates pull requests that update your project to the latest version. See [AUTOTITLE](/code-security/getting-started/dependabot-quickstart-guide).
91+
If your project has any dependencies, you can showcase your understanding of security best practices by ensuring you're using the **latest versions**.
92+
93+
You can automate this process with {% data variables.product.prodname_dependabot %}, which generates pull requests that update your project to new versions as they become available. See [AUTOTITLE](/code-security/getting-started/dependabot-quickstart-guide).
9294

9395
## Extra credit: Maintaining your projects
9496

0 commit comments

Comments
 (0)