Skip to content

Commit

Permalink
chore(dependabot): fix nuget scanning
Browse files Browse the repository at this point in the history
add src directory as sln file was not found and simplify grouping
  • Loading branch information
evegufy committed Sep 20, 2024
1 parent 889b793 commit 92a7b76
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ updates:
# NuGet
-
package-ecosystem: "nuget"
directory: /
directory: "/src/"
labels:
- "dependabot"
- "dependencies"
Expand All @@ -33,10 +33,9 @@ updates:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"
default:
patterns:
- "*"

# Github Actions
-
Expand Down

0 comments on commit 92a7b76

Please sign in to comment.