Skip to content

Commit 605afe6

Browse files
authored
Dependabot setup (#312)
2 parents 20caf39 + b560ff3 commit 605afe6

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.github/dependabot.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
8+
- package-ecosystem: "nuget"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"
12+
groups:
13+
azure-dependencies:
14+
patterns:
15+
- "Azure.*"
16+
update-types: ["major", "minor", "patch"]
17+
dotnet-dependencies:
18+
patterns:
19+
- "Microsoft.Extensions.*"
20+
- "System.*"
21+
update-types: ["minor", "patch"]
22+
test-dependencies:
23+
patterns:
24+
- "xunit.*"
25+
- "Microsoft.NET.Test.SDK"
26+
- "MinVer"
27+
update-types: ["major", "minor", "patch"]
28+
third-party-dependencies:
29+
patterns:
30+
- "XenoAtom.*"
31+
update-types: ["major", "minor", "patch"]

0 commit comments

Comments
 (0)