Skip to content

Commit

Permalink
Merge branch 'main' into merge/release/8.0-to-main
Browse files Browse the repository at this point in the history
  • Loading branch information
RussKie authored Mar 8, 2024
2 parents 34afe30 + 480ff1e commit c4e5821
Show file tree
Hide file tree
Showing 360 changed files with 15,165 additions and 8,486 deletions.
61 changes: 61 additions & 0 deletions .github/dependabot.yml
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"
Loading

0 comments on commit c4e5821

Please sign in to comment.