We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6b5b12 commit c18f85fCopy full SHA for c18f85f
.github/dependabot.yml
@@ -6,6 +6,18 @@
6
version: 2
7
updates:
8
- package-ecosystem: "nuget"
9
- directory: "/"
+ directory: "/src/DynamoDBGenerator/"
10
+ schedule:
11
+ interval: "weekly"
12
+ - package-ecosystem: "nuget"
13
+ directory: "/src/DynamoDBGenerator.SourceGenerator/"
14
15
16
17
+ directory: "/tests/DynamoDBGenerator.SourceGenerator.Tests/"
18
19
20
21
+ directory: "/tests/DynamoDBGenerator.SourceGenerator.Benchmarks/"
22
schedule:
23
interval: "weekly"
0 commit comments