Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

try dependabot #4978

Merged
merged 1 commit into from
Mar 5, 2024
Merged
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
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"