Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ updates:
- "/Examples/WpfUsbStickApp"
- "/Examples/MAUI-gRPC/AntGrpcShared"
- "/Examples/MAUI-gRPC/AntGrpcService"
- "/Examples/MAUI-gRPC/MauiAntGrpcClient"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The project MauiAntGrpcClient.csproj references package versions (e.g., Microsoft.Maui.Controls v10.0.51 and Grpc.Net.Client v2.76.0) that are not available on the public NuGet gallery. Dependabot will fail to scan this directory unless it can access the registry where these packages are hosted. If these are from a private or preview feed, you should add a registries section to this configuration file. Additionally, the project targets net10.0, which is likely not yet supported by Dependabot and could be the primary reason for the previous scanning failures mentioned in the PR description.

schedule:
interval: "weekly"

Expand Down
Loading