Skip to content

Commit c17b586

Browse files
committed
add reusable file and reusable to articles
1 parent 1948e4b commit c17b586

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

content/github/administering-a-repository/about-dependabot-version-updates.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ When {% data variables.product.prodname_dependabot %} identifies an outdated dep
2222

2323
If you enable security updates, {% data variables.product.prodname_dependabot %} also raises pull requests to update vulnerable dependencies. For more information, see "[About {% data variables.product.prodname_dependabot_security_updates %}](/github/managing-security-vulnerabilities/about-dependabot-security-updates)."
2424

25+
{% data reusables.dependabot.pull-request-security-vs-version-updates %}
26+
2527
{% data reusables.dependabot.dependabot-tos %}
2628

2729
### Frequency of {% data variables.product.prodname_dependabot %} pull requests

content/github/managing-security-vulnerabilities/about-dependabot-security-updates.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ The {% data variables.product.prodname_dependabot_security_updates %} feature is
2222

2323
{% endnote %}
2424

25+
If you enable version updates, {% data variables.product.prodname_dependabot %} will raise pull requests to update the manifest to the latest version of the dependency, whenever it detects an outdated dependency. For more information, see "[About {% data variables.product.prodname_dependabot %} version updates](/github/administering-a-repository/about-dependabot-version-updates)."
26+
27+
{% data reusables.dependabot.pull-request-security-vs-version-updates %}
28+
2529
### About pull requests for security updates
2630

2731
Each pull request contains everything you need to quickly and safely review and merge a proposed fix into your project. This includes information about the vulnerability like release notes, changelog entries, and commit details. Details of which vulnerability a pull request resolves are hidden from anyone who does not have access to {% data variables.product.prodname_dependabot_alerts %} for the repository.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
When {% data variables.product.prodname_dependabot %} raises a pull requests, the location in {% data variables.product.prodname_dotcom %} you should go to depends on whether the pull request was raised for version updates or security updates:
2+
- For version updates, nagivate to your _dependabot.yml_ file (in the `.github` directory of your repository), and look at the results in the Insights tab (under Dependencies).
3+
- For security updates, navigate to the Security tab for your repository, and click **Dependabot alerts** on the left sidebar.

0 commit comments

Comments
 (0)