Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-z committed Dec 2, 2024
1 parent d42b2df commit 80c3230
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
31 changes: 17 additions & 14 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,40 @@

version: 2
updates:
- package-ecosystem: 'github-actions'
directory: '/'
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
rebase-strategy: auto
open-pull-requests-limit: 20
groups:
github-actions:
patterns:
- '*'
- "*"

- package-ecosystem: 'nuget'
directory: '/'
- package-ecosystem: "nuget"
directory: "/"
schedule:
interval: weekly
ignore:
- dependency-name: "Microsoft.Bcl.AsyncInterfaces"
- dependency-name: "System.Text.Json"
rebase-strategy: auto
open-pull-requests-limit: 20
groups:
code-analyzers:
patterns:
- '*Analyzer*'
- "*Analyzer*"
ms-dependencies:
patterns:
- 'Microsoft.*'
- 'System.*'
- "Microsoft.*"
- "System.*"
exclude-patterns:
- 'Microsoft.Playwright'
- "Microsoft.Playwright"
test-dependencies:
patterns:
- 'coverlet.collector'
- 'FluentAssertions'
- 'Microsoft.Playwright'
- 'NSubstitute'
- '*NUnit*'
- "coverlet.collector"
- "FluentAssertions"
- "Microsoft.Playwright"
- "NSubstitute"
- "*NUnit*"
2 changes: 1 addition & 1 deletion NGitLab.Tests/NGitLab.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="Docker.DotNet" Version="3.125.15" />
<PackageReference Include="Meziantou.Framework.Versioning" Version="1.3.5" />
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="8.0.11" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Microsoft.Playwright" Version="1.49.0" />
<PackageReference Include="NuGet.Versioning" Version="6.12.1" />
Expand Down

0 comments on commit 80c3230

Please sign in to comment.