Skip to content

Commit e3ad05e

Browse files
authored
Update dependabot.yml
1 parent e9b7626 commit e3ad05e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2
22
updates:
33
- package-ecosystem: "nuget"
4-
directory: "/"
4+
directory: "/dependabot-check"
55
schedule:
66
interval: "daily"

dependabot-check/Test.csproj

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<TargetFramework>net8.0</TargetFramework>
4+
</PropertyGroup>
5+
6+
<ItemGroup>
7+
<PackageReference Include="Microsoft.CommandPalette.Extensions" />
8+
<PackageReference Include="Microsoft.Data.Sqlite" />
9+
<PackageReference Include="System.Text.Json" />
10+
</ItemGroup>
11+
</Project>

0 commit comments

Comments
 (0)