We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c454ba commit 301829fCopy full SHA for 301829f
.github/dependabot.yml
@@ -9,3 +9,21 @@ updates:
9
directory: "/test/Renci.SshNet.IntegrationTests/"
10
schedule:
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
25
26
+ - package-ecosystem: "github-actions"
27
28
29
0 commit comments