Skip to content

Commit 6c1cfcc

Browse files
committed
(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.
1 parent cb1d46e commit 6c1cfcc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
version: 2
22
updates:
3+
- package-ecosystem: dotnet-sdk
4+
labels:
5+
- "dependencies"
6+
commit-message:
7+
prefix: "(deps)"
8+
directory: "/"
9+
schedule:
10+
interval: daily
311
- package-ecosystem: nuget
412
labels:
513
- "dependencies"

0 commit comments

Comments
 (0)