Skip to content

Commit f8d6778

Browse files
lduchosalclaude
andcommitted
fix: dependabot directory and remove outdated ignores
Change directory from "/" to "/src" where the .csproj files are. Remove obsolete MSTest 2.2.2 version ignores. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 86883c5 commit f8d6778

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
version: 2
22
updates:
33
- package-ecosystem: nuget
4-
directory: "/"
4+
directory: "/src"
55
schedule:
66
interval: daily
77
open-pull-requests-limit: 10
8-
ignore:
9-
- dependency-name: MSTest.TestFramework
10-
versions:
11-
- 2.2.2
12-
- dependency-name: MSTest.TestAdapter
13-
versions:
14-
- 2.2.2

0 commit comments

Comments
 (0)