File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,21 @@ updates:
9
9
directory : " /test/Renci.SshNet.IntegrationTests/"
10
10
schedule :
11
11
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"
You can’t perform that action at this time.
0 commit comments