From 6c1cfcc8c37396be3b9adbc88148280ae9c89462 Mon Sep 17 00:00:00 2001 From: Artur Stolear Date: Wed, 20 Nov 2024 07:07:12 +0100 Subject: [PATCH] (dependabot) Add .NET SDK to Dependabot configuration This commit introduces the .NET SDK to the Dependabot configuration file. By doing so, it ensures that dependencies for .NET SDK are automatically tracked and updated. Labels and commit message prefixes are also specified for consistency. --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ecc644fda4..60831b08ed 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,13 @@ version: 2 updates: +- package-ecosystem: dotnet-sdk + labels: + - "dependencies" + commit-message: + prefix: "(deps)" + directory: "/" + schedule: + interval: daily - package-ecosystem: nuget labels: - "dependencies"