Skip to content

Commit 09295e1

Browse files
committed
group dependencies
1 parent 3729b6b commit 09295e1

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,34 @@ updates:
88
- package-ecosystem: "docker"
99
directory: "/test/Renci.SshNet.IntegrationTests/"
1010
schedule:
11-
interval: "weekly"
11+
interval: "monthly"
1212

1313
- package-ecosystem: "nuget"
1414
directory: "/"
1515
schedule:
16-
interval: "weekly"
16+
interval: "monthly"
1717
ignore:
18-
# AsyncInterface must stay at 1.0.0 because of https://github.com/sshnet/SSH.NET/pull/1288
18+
# AsyncInterfaces must stay at 1.0.0 because of https://github.com/sshnet/SSH.NET/pull/1288
1919
- dependency-name: "Microsoft.Bcl.AsyncInterfaces"
2020
# These should stay on LTS .NET Releases
2121
- dependency-name: "System.Formats.Asn1"
2222
update-types: ["version-update:semver-major"]
2323
- dependency-name: "Microsoft.Extensions.Logging.*"
2424
update-types: ["version-update:semver-major"]
25+
groups:
26+
test-dependencies:
27+
patterns:
28+
- "*Test*"
29+
- "BenchmarkDotNet"
30+
- "coverlet*"
31+
- "Meziantou.Analyzer"
32+
- "Moq"
33+
- "Nerdbank.GitVersioning"
34+
- "PolySharp"
35+
- "Sonar*"
36+
- "StyleCop*"
2537

2638
- package-ecosystem: "github-actions"
2739
directory: "/"
2840
schedule:
29-
interval: "weekly"
41+
interval: "monthly"

Renci.SshNet.sln

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ EndProject
8383
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Renci.SshNet.AotCompatibilityTestApp", "test\Renci.SshNet.AotCompatibilityTestApp\Renci.SshNet.AotCompatibilityTestApp.csproj", "{F2E3FC50-4EF4-488C-B3D2-C45E99898D8B}"
8484
EndProject
8585
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{05229079-6738-42CE-8F73-F4E182929B03}"
86+
ProjectSection(SolutionItems) = preProject
87+
.github\dependabot.yml = .github\dependabot.yml
88+
EndProjectSection
8689
EndProject
8790
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{95F25B1A-2B14-4745-9087-43C00CD90EE0}"
8891
ProjectSection(SolutionItems) = preProject

0 commit comments

Comments
 (0)