1
0
mirror of synced 2026-01-03 06:04:16 -05:00

[Improvement]: restructure Dependabot docset to incorporate Dependabot alert rules #11980 (#42790)

This commit is contained in:
Anne-Marie
2023-09-22 09:27:25 +02:00
committed by GitHub
parent d949315b22
commit 22c0bfab74
12 changed files with 264 additions and 180 deletions

View File

@@ -1 +1 @@
Additionally, you can use {% data variables.product.prodname_dependabot %} alert rules to filter out false positive alerts or alerts you're not interested in, based on complex logic from a variety of contextual criteria. For more information, see "[AUTOTITLE](/code-security/dependabot/dependabot-alerts/using-alert-rules-to-prioritize-dependabot-alerts)."
Additionally, you can use {% data variables.product.prodname_dependabot %} alert rules to filter out false positive alerts or alerts you're not interested in, based on complex logic from a variety of contextual criteria. For more information, see "[AUTOTITLE](/code-security/dependabot/dependabot-alert-rules/about-dependabot-alert-rules)."

View File

@@ -0,0 +1,7 @@
{%- ifversion fpt or ghec %}
Custom alert rules for {% data variables.product.prodname_dependabot_alerts %} are available on any public repositories (for free), and on any private repositories, when you have a license for {% data variables.product.prodname_GH_advanced_security %}.
{%- elsif ghes %}
Custom alert rules for {% data variables.product.prodname_dependabot_alerts %} are available for all repositories in {% data variables.product.product_name %}. This feature requires a license for {% data variables.product.prodname_GH_advanced_security %}.
{% endif %}