From a53bec55adbb3b5bb488460426542f42eaadaec6 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Tue, 19 Nov 2024 20:01:21 +0100 Subject: [PATCH] Dependabot supports .NET SDK updates [GA] (#53007) Co-authored-by: Kevin Heis --- data/features/dependabot-dotnet-sdk.yml | 5 +++++ data/reusables/dependabot/supported-package-managers.md | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 data/features/dependabot-dotnet-sdk.yml diff --git a/data/features/dependabot-dotnet-sdk.yml b/data/features/dependabot-dotnet-sdk.yml new file mode 100644 index 0000000000..b9015c1ffc --- /dev/null +++ b/data/features/dependabot-dotnet-sdk.yml @@ -0,0 +1,5 @@ +# Reference: issue #4982 +versions: + fpt: '*' + ghec: '*' + ghes: '>=3.16' diff --git a/data/reusables/dependabot/supported-package-managers.md b/data/reusables/dependabot/supported-package-managers.md index 10eb9d356b..02ee125ad5 100644 --- a/data/reusables/dependabot/supported-package-managers.md +++ b/data/reusables/dependabot/supported-package-managers.md @@ -8,6 +8,9 @@ Composer | `composer` | v1, v2 | {% octicon "check" aria-l | {% endif %} | | {% ifversion dependabot-version-updates-enhanced-docker-support %} | [Docker](#docker){% else %}Docker{% endif %} | `docker` | v1 | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | Not applicable | +| {% ifversion dependabot-dotnet-sdk %} | +.NET SDK | `dotnet-sdk` | >=.NET Core 3.1 | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | Not applicable | Not applicable | Not applicable | +| {% endif %} | Hex | `mix` | v1 | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | elm-package | `elm` | v0.19 | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | git submodule | `gitsubmodule` | Not applicable | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | Not applicable |