We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a109445 commit 40b0cb9Copy full SHA for 40b0cb9
.github/dependabot.yml
@@ -6,10 +6,10 @@
6
version: 2
7
updates:
8
- package-ecosystem: "nuget" # See documentation for possible values
9
- directory: "./FirstSubmission"
+ directory: "/FirstSubmission"
10
schedule:
11
interval: "weekly"
12
13
- directory: "./FirstSubmission.Tests"
+ directory: "/FirstSubmission.Tests"
14
15
0 commit comments