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 19, 2024
1 parent 8b526a5 commit d679cd9
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 @@ -24,7 +24,7 @@ updates:
# NuGet
-
package-ecosystem: "nuget"
directory: /
directory: "/src/"
labels:
- "dependabot"
- "dependencies"
Expand All @@ -34,10 +34,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 d679cd9

Please sign in to comment.