Skip to content

Commit

Permalink
chore: Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JaCraig authored Aug 17, 2023
1 parent ca25462 commit d784f89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
version: 2
updates:
- package-ecosystem: "nuget" # See documentation for possible values
directory: "/src/../" # Location of package manifests
directory: "/" # Location of package manifests
schedule:
interval: "daily"
commit-message:
Expand All @@ -23,7 +23,7 @@ updates:
- dependency-name: "xunit.runner.visualstudio"

- package-ecosystem: "nuget" # See documentation for possible values
directory: "/test/../" # Location of package manifests
directory: "/test/SQLHelper.Tests/" # Location of package manifests
schedule:
interval: "daily"
commit-message:
Expand Down

0 comments on commit d784f89

Please sign in to comment.