Skip to content

Commit 18f38dc

Browse files
Add dependabot settings
1 parent fbf11de commit 18f38dc

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
- package-ecosystem: "nuget"
11+
directory: "/sample"
12+
schedule:
13+
interval: "daily"
14+
target-branch: "master"
15+
- package-ecosystem: "github-actions"
16+
directory: "/"
17+
schedule:
18+
interval: "daily"
19+
target-branch: "master"

0 commit comments

Comments
 (0)