Skip to content

Commit

Permalink
fix: updated dependabot.yml directory to check for projects (#1853)
Browse files Browse the repository at this point in the history
Dependabot stopped generating new PRs and logs show no project found.

Implementing fix as per
dependabot/dependabot-core#10145. We can only
verify the changes once it is merged to master.
  • Loading branch information
v-viyada authored Sep 27, 2024
1 parent 06ac1cd commit def7b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: 2
updates:
- package-ecosystem: nuget
directory: "/"
directory: "/src"
schedule:
interval: daily
time: "08:30" # UTC
Expand Down

0 comments on commit def7b16

Please sign in to comment.