Skip to content

Commit 01b4709

Browse files
authored
Update dependabot path
1 parent 89a0285 commit 01b4709

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
version: 2
22
updates:
33
- package-ecosystem: "nuget"
4-
directory: "/"
4+
directory: "/src"
55
schedule:
66
interval: "daily"
77
target-branch: "main"
88
groups:
99
# Group all dependencies in one PR.
10-
all-dependencies:
10+
nuget-dependencies:
1111
patterns:
1212
- "*"
1313
- package-ecosystem: "github-actions"

0 commit comments

Comments
 (0)