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.
1 parent 84258fc commit 5a6c72dCopy full SHA for 5a6c72d
.github/dependabot.yml
@@ -0,0 +1,21 @@
1
+# Please see the documentation for all configuration options:
2
+# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3
+
4
+version: 2
5
+updates:
6
+- package-ecosystem: nuget
7
+ directory: /
8
+ schedule:
9
+ interval: weekly
10
+ groups:
11
+ nerdbank-gitversioning:
12
+ patterns:
13
+ - nbgv
14
+ - nerdbank.gitversioning
15
+ xunit:
16
17
+ - 'xunit*'
18
+- package-ecosystem: dotnet-sdk
19
20
21
+ interval: monthly
0 commit comments