diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 00d0cbcadc20..65441ffc052e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,7 @@ updates: - package-ecosystem: "nuget" # location of package manifests - directory: "/**;!/**/*Tests*/**/.(cs|vb|fs)proj" + directory: "/**;!/**/*Test*.csproj" open-pull-requests-limit: 10 schedule: interval: "daily"