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 db6b6a0 + ca93773 commit 07584bbCopy full SHA for 07584bb
.github/dependabot.yml
@@ -1,14 +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
+ patterns:
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