-
Notifications
You must be signed in to change notification settings - Fork 757
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into merge/release/8.0-to-main
- Loading branch information
Showing
360 changed files
with
15,165 additions
and
8,486 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
version: 2 | ||
registries: | ||
public-nuget: | ||
type: nuget-feed | ||
url: https://api.nuget.org/v3/index.json | ||
updates: | ||
- package-ecosystem: nuget | ||
directory: "/" | ||
registries: | ||
- public-nuget | ||
schedule: | ||
interval: daily | ||
time: "07:00" | ||
timezone: "America/Los_Angeles" | ||
open-pull-requests-limit: 15 | ||
ignore: | ||
# handled by Darc/Maestro flows | ||
- dependency-name: "Microsoft.DotNet.Arcade.Sdk" | ||
- dependency-name: "Microsoft.DotNet.Helix.Sdk" | ||
- dependency-name: "Microsoft.DotNet.SharedFramework.Sdk" | ||
- dependency-name: "Microsoft.Build.NoTargets" | ||
groups: | ||
AspNetCore: | ||
patterns: | ||
- "Microsoft.AspNetCore.*" | ||
- "Microsoft.Extensions.Features" | ||
MicrosoftCodeAnalysis: | ||
patterns: | ||
- "Microsoft.CodeAnalysis.*" | ||
MicrosoftExtensions: | ||
patterns: | ||
- "Microsoft.Extensions.*" | ||
OpenTelemetry: | ||
patterns: | ||
- "OpenTelemetry.*" | ||
MicrosoftDotNet: | ||
patterns: | ||
- "Microsoft.DotNet.*" | ||
AutoFixture: | ||
patterns: | ||
- "AutoFixture.*" | ||
FluentAssertions: | ||
patterns: | ||
- "FluentAssertions.*" | ||
BenchmarkDotNet: | ||
patterns: | ||
- "BenchmarkDotNet.*" | ||
Moq: | ||
patterns: | ||
- "Moq.*" | ||
Grpc: | ||
patterns: | ||
- "Grpc.*" | ||
Polly: | ||
patterns: | ||
- "Polly.*" | ||
Xunit: | ||
patterns: | ||
- "Xunit.*" | ||
labels: | ||
- "area-codeflow" |
Oops, something went wrong.