diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 21d59e3..eb6576e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -22,6 +22,8 @@ updates: commit-message: prefix: "chore" include: "scope" + ignore: + - dependency-name: Microsoft.Extensions.Logging.Abstractions groups: dotnet-minor-patch: update-types: diff --git a/Directory.Packages.props b/Directory.Packages.props index bcbb781..8fc4794 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -6,7 +6,7 @@ Pin each per-TargetFramework with bounded ranges so Dependabot can raise lower bounds without crossing into the next major/preview line. --> - + @@ -28,9 +28,9 @@ - + - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/test/LayeredCraft.StructuredLogging.Tests/LayeredCraft.StructuredLogging.Tests.csproj b/test/LayeredCraft.StructuredLogging.Tests/LayeredCraft.StructuredLogging.Tests.csproj index b6b0e17..7de1314 100644 --- a/test/LayeredCraft.StructuredLogging.Tests/LayeredCraft.StructuredLogging.Tests.csproj +++ b/test/LayeredCraft.StructuredLogging.Tests/LayeredCraft.StructuredLogging.Tests.csproj @@ -31,7 +31,9 @@ - + + NU1608 + all runtime; build; native; contentfiles; analyzers; buildtransitive