Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rschili committed Dec 19, 2024
2 parents 79a2475 + 77630f3 commit 4682af1
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
# GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "wednesday"
open-pull-requests-limit: 10
groups:
dotnet:
patterns:
- "*" # Prefer a single PR per solution update.
# NuGet packages
- package-ecosystem: "nuget"
directory: "/src"
schedule:
interval: "weekly"
day: "wednesday"
open-pull-requests-limit: 25
groups:
dotnet:
patterns:
- "*"
2 changes: 1 addition & 1 deletion src/MatrixTextClient.Tests/MatrixTextClient.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Moq" Version="4.20.72" />
<PackageReference Include="TUnit" Version="0.4.105" />
<PackageReference Include="TUnit" Version="0.5.6" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 4682af1

Please sign in to comment.