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 e2c9234 commit 5598a5cCopy full SHA for 5598a5c
.github/dependabot.yml
@@ -0,0 +1,24 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "nuget"
4
+ directory: "/src"
5
+ schedule:
6
+ interval: "daily"
7
+ target-branch: "master"
8
+ ignore:
9
+ - dependency-name: "Serilog"
10
11
+ directory: "/test"
12
13
14
15
16
+ directory: "/sample"
17
18
19
20
+ - package-ecosystem: "github-actions"
21
+ directory: "/"
22
23
24
0 commit comments