Skip to content

Commit 71d9d94

Browse files
committed
fix: dependabot config updated
1 parent fe412fd commit 71d9d94

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
version: 2
77
updates:
88
- package-ecosystem: "nuget" # See documentation for possible values
9-
directories:
10-
- "Unicorn.Contracts" # Location of package manifests
11-
- "Unicorn.Properties"
12-
- "Unicorn.Web"
9+
directory: "/" # Location of the packages
1310
schedule:
1411
interval: "weekly"
12+
# Set the solution file path
13+
solution_path: "UnicornProperties.sln"
14+

0 commit comments

Comments
 (0)