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 035df63 commit 9042b89Copy full SHA for 9042b89
.github/dependabot.yml
@@ -0,0 +1,17 @@
1
+version: 2
2
+updates:
3
+ # Enable version updates for nuget
4
+ - package-ecosystem: "nuget"
5
+ # Look for `package.json` and `lock` files in the `root` directory
6
+ directory: "/src/DemoApi"
7
+ # Check the nuget registry for updates every day (weekdays)
8
+ schedule:
9
+ interval: "daily"
10
+
11
12
13
14
+ directory: "/tests/DemoApi.Tests"
15
+ # Check the nuget registry for updates every week
16
17
+ interval: "weekly"
0 commit comments