Skip to content

Commit 8441ab8

Browse files
authored
Update dependabot configuration for NuGet
Changed the directory for NuGet updates to '/src/'. Added ignore rule for patch updates.
1 parent f4e5ceb commit 8441ab8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
version: 2
22
updates:
33
- package-ecosystem: "nuget"
4-
directory: "/"
4+
directory: "/src/"
55
schedule:
66
interval: "daily"
77
time: "23:00"
88
timezone: "UTC"
9+
ignore:
10+
- dependency-type: "all"
11+
update-type: "version-update:semver-patch"
912
open-pull-requests-limit: 10
1013
reviewers:
1114
- "FrankRay78"

0 commit comments

Comments
 (0)