1
0
mirror of synced 2025-12-30 03:01:36 -05:00

update beta note (#26493)

Co-authored-by: Grace Park <gracepark@github.com>
This commit is contained in:
mc
2022-03-29 18:29:59 +01:00
committed by GitHub
parent 56f2eb1383
commit c32a5abe96

View File

@@ -1,11 +1,21 @@
{% ifversion ghes > 3.2 %}
{% ifversion ghes > 3.2 and ghes < 3.5 %}
{% note %}
{% if dependabot-updates-github-connect %}
{% ifversion ghes = 3.4 %}
**Note:** {% data variables.product.prodname_dependabot %} security and version updates are currently in public beta and subject to change.
{% else %}
**Note:** {% data variables.product.prodname_dependabot %} security and version updates are currently in private beta and subject to change. Please [contact your account management team](https://enterprise.github.com/contact) for instructions on enabling Dependabot updates.
{% endif %}
{% endnote %}
{% endif %}
{% ifversion ghae-issue-5867 %}
{% note %}
**Note:** {% data variables.product.prodname_dependabot %} security and version updates are currently in public beta and subject to change.
{% endnote %}
{% endif %}