Skip to content

Commit e0b29c3

Browse files
committed
address latest comments
1 parent 9eb195d commit e0b29c3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
When {% data variables.product.prodname_dependabot %} raises pull requests, these pull requests could be for _version_ or _security_ updates:
1+
When {% data variables.product.prodname_dependabot %} raises pull requests, these pull requests could be for _security_ or _version_ updates:
22

33
- {% data variables.product.prodname_dependabot_security_updates %} are automated pull requests that help you update dependencies with known vulnerabilities.
44
- {% data variables.product.prodname_dependabot_version_updates %} are automated pull requests that keep your dependencies updated, even when they don’t have any vulnerabilities. To check the status of version updates, navigate to the Insights tab of your repository, then Dependency Graph, and {% data variables.product.prodname_dependabot %}.

data/reusables/security/displayed-information.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ When you enable one or more security and analysis features for existing reposito
22

33
- All the existing repositories will have the selected configuration.
44
- New repositories will follow the selected configuration if you've enabled the checkbox for new repositories.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
5-
- We use the permissions to scan for manifest files to apply the relevant services.{% endif %}
5+
- We use the permissions to scan for manifest files to apply the relevant services.
66
- You'll see information on your dependency graph.
7-
- {% data variables.product.prodname_dotcom %} will generate {% data variables.product.prodname_dependabot_alerts %} and raise pull requests
7+
- {% data variables.product.prodname_dotcom %} will generate {% data variables.product.prodname_dependabot_alerts %}{% endif %}{% if currentVersion == "free-pro-team@latest" %} and raise pull requests.{% endif %}

0 commit comments

Comments
 (0)