Skip to content

Commit

Permalink
Correct GHAE versioning for dependabot (github#21539)
Browse files Browse the repository at this point in the history
Co-authored-by: Felicity Chapman <felicitymay@github.com>
  • Loading branch information
skedwards88 and felicitymay authored Sep 17, 2021
1 parent 87a3397 commit 61809d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ By default, if your site administrator has configured email for notifications on

## Configuring notifications for {% data variables.product.prodname_dependabot_alerts %}

{% ifversion fpt or ghes > 3.1 or ghae-issue-4910 %}
{% ifversion fpt or ghes > 3.1 %}
When a new {% data variables.product.prodname_dependabot %} alert is detected, {% data variables.product.product_name %} notifies all users with access to {% data variables.product.prodname_dependabot_alerts %} for the repository according to their notification preferences. You will receive alerts if you are watching the repository, have enabled notifications for security alerts or for all the activity on the repository, and are not ignoring the repository. For more information, see "[Configuring notifications](/github/managing-subscriptions-and-notifications-on-github/configuring-notifications#configuring-your-watch-settings-for-an-individual-repository)."
{% endif %}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{% ifversion fpt or ghes > 3.1 or ghae-issue-4910 %}
{% ifversion fpt or ghes > 3.1 %}
To receive notifications about {% data variables.product.prodname_dependabot_alerts %} on repositories, you need to watch these repositories, and subscribe to receive "All Activity" notifications or configure custom settings to include "Security alerts." For more information, see "[Configuring your watch settings for an individual repository](/github/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications#configuring-your-watch-settings-for-an-individual-repository)."
{% endif %}

0 comments on commit 61809d4

Please sign in to comment.