From c32a5abe96fd8d7f8efaeb178d7cd7233059c046 Mon Sep 17 00:00:00 2001 From: mc <42146119+mchammer01@users.noreply.github.com> Date: Tue, 29 Mar 2022 18:29:59 +0100 Subject: [PATCH] update beta note (#26493) Co-authored-by: Grace Park --- .../beta-security-and-version-updates.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/data/reusables/dependabot/beta-security-and-version-updates.md b/data/reusables/dependabot/beta-security-and-version-updates.md index f92d10927d..948349fcb4 100644 --- a/data/reusables/dependabot/beta-security-and-version-updates.md +++ b/data/reusables/dependabot/beta-security-and-version-updates.md @@ -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 %}