Skip to content

Commit 831683b

Browse files
authored
Update dependabot.yml
1 parent 0b3bb11 commit 831683b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
31
# Please see the documentation for all configuration options:
42
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
53

64
version: 2
75
updates:
8-
- package-ecosystem: "nuget" # See documentation for possible values
9-
directory: "/" # Location of package manifests
6+
- package-ecosystem: "nuget"
7+
directories:
8+
- "/src/MockQueryable/MockQueryable.Core"
9+
- "/src/MockQueryable/MockQueryable.EntityFrameworkCore"
10+
- "/src/MockQueryable/MockQueryable.Moq"
11+
- "/src/MockQueryable/MockQueryable.NSubstitute"
12+
- "/src/MockQueryable/MockQueryable.FakeItEasy"
13+
- "/src/MockQueryable/MockQueryable.Sample"
1014
schedule:
1115
interval: "weekly"

0 commit comments

Comments
 (0)