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 10710df + 23faa59 commit 587429cCopy full SHA for 587429c
.github/dependabot.yml
@@ -1,10 +1,25 @@
1
version: 2
2
updates:
3
- package-ecosystem: nuget
4
- directory: "/"
+ directories:
5
+ - "**/*"
6
schedule:
7
interval: daily
8
open-pull-requests-limit: 10
9
+ groups:
10
+ kiota-dependencies:
11
+ patterns:
12
+ - "*kiota*"
13
+ xunit:
14
15
+ - xunit*
16
+ coverlet:
17
18
+ - coverlet*
19
+ mstest:
20
21
+ - Microsoft.NET.Test.Sdk
22
+ - Microsoft.TestPlatform.ObjectModel
23
- package-ecosystem: github-actions
24
directory: "/"
25
0 commit comments