Skip to content

Commit

Permalink
Update dependencies and add a Dependabot file to weekly update them. (#…
Browse files Browse the repository at this point in the history
…304)

* Update dependencies.

* Add a Dependabot file to weekly update dependencies.
  • Loading branch information
teo-tsirpanis authored Oct 25, 2023
1 parent 7e65571 commit 4ba15d3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "nuget"
directory: "/"
schedule:
interval: "weekly"
10 changes: 5 additions & 5 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="$(TileDBNativePackageName)" Version="$(TileDBNativePackageVersion)" />
<PackageVersion Include="GitHubActionsTestLogger" Version="2.3.2" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
<PackageVersion Include="MSTest.TestAdapter" Version="3.0.4" />
<PackageVersion Include="MSTest.TestFramework" Version="3.0.4" />
<PackageVersion Include="GitHubActionsTestLogger" Version="2.3.3" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageVersion Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageVersion Include="MSTest.TestFramework" Version="3.1.1" />
<PackageVersion Include="coverlet.collector" Version="6.0.0" PrivateAssets="all" />
<GlobalPackageReference Include="SonarAnalyzer.CSharp" Version="9.3.0.71466" />
<GlobalPackageReference Include="SonarAnalyzer.CSharp" Version="9.12.0.78982" />
<GlobalPackageReference Include="DotNet.ReproducibleBuilds" Version="1.1.1" />
</ItemGroup>
</Project>

0 comments on commit 4ba15d3

Please sign in to comment.