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.
2 parents 20caf39 + b560ff3 commit 605afe6Copy full SHA for 605afe6
.github/dependabot.yml
@@ -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
10
11
12
+ groups:
13
+ azure-dependencies:
14
+ patterns:
15
+ - "Azure.*"
16
+ update-types: ["major", "minor", "patch"]
17
+ dotnet-dependencies:
18
19
+ - "Microsoft.Extensions.*"
20
+ - "System.*"
21
+ update-types: ["minor", "patch"]
22
+ test-dependencies:
23
24
+ - "xunit.*"
25
+ - "Microsoft.NET.Test.SDK"
26
+ - "MinVer"
27
28
+ third-party-dependencies:
29
30
+ - "XenoAtom.*"
31
0 commit comments