Skip to content

Commit f9caf09

Browse files
committed
chore(dependabot): update NuGet directory for package updates
- Changes the directory in the Dependabot configuration to `/src` to correctly target the source folder for NuGet package updates. - Ensures that dependency updates are focused on the appropriate application code path.
1 parent 918b788 commit f9caf09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ registries:
55
url: https://api.nuget.org/v3/index.json
66
updates:
77
- package-ecosystem: nuget
8-
directory: "/"
8+
directory: "/src"
99
registries:
1010
- public-nuget
1111
schedule:

0 commit comments

Comments
 (0)