File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,21 @@ updates:
99 directory : " /test/Renci.SshNet.IntegrationTests/"
1010 schedule :
1111 interval : " weekly"
12+
13+ - package-ecosystem : " nuget"
14+ directory : " /"
15+ schedule :
16+ interval : " weekly"
17+ ignore :
18+ # AsyncInterface must stay at 1.0.0 because of https://github.com/sshnet/SSH.NET/pull/1288
19+ - dependency-name : " Microsoft.Bcl.AsyncInterfaces"
20+ # These should stay on LTS .NET Releases
21+ - dependency-name : " System.Formats.Asn1"
22+ update-types : ["version-update:semver-major"]
23+ - dependency-name : " Microsoft.Extensions.Logging.*"
24+ update-types : ["version-update:semver-major"]
25+
26+ - package-ecosystem : " github-actions"
27+ directory : " /"
28+ schedule :
29+ interval : " weekly"
Original file line number Diff line number Diff line change 2525 uses : actions/checkout@v4
2626
2727 - name : Setup Pages
28- uses : actions/configure-pages@v4
28+ uses : actions/configure-pages@v5
2929
3030 - name : Setup .NET 8.0
3131 uses : actions/setup-dotnet@v4
Original file line number Diff line number Diff line change 1818 <PackageVersion Include =" Microsoft.Extensions.Logging" Version =" 8.0.0" />
1919 <PackageVersion Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 6.0.0" />
2020 <PackageVersion Include =" Microsoft.Extensions.Logging.Console" Version =" 8.0.0" />
21- <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1 " />
21+ <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0 " />
2222 <PackageVersion Include =" MSTest.TestAdapter" Version =" 3.6.2" />
2323 <PackageVersion Include =" MSTest.TestFramework" Version =" 3.6.2" />
2424 <PackageVersion Include =" Moq" Version =" 4.20.72" />
You can’t perform that action at this time.
0 commit comments