Skip to content

Commit

Permalink
try dependabot (#4978)
Browse files Browse the repository at this point in the history
  • Loading branch information
danmoseley authored Mar 5, 2024
1 parent 34ba23f commit 018768f
Showing 1 changed file with 61 additions and 0 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"

0 comments on commit 018768f

Please sign in to comment.