From dc5a611bae1e1299b5613b87484bc0a3301a1f5b Mon Sep 17 00:00:00 2001 From: Dan Moseley Date: Mon, 4 Mar 2024 14:27:32 -0700 Subject: [PATCH] try dependabot --- .github/dependabot.yml | 61 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000000..43f6301c940 --- /dev/null +++ b/.github/dependabot.yml @@ -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"