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 e7f2013 commit 403b52bCopy full SHA for 403b52b
.github/dependabot.yml
@@ -2,8 +2,14 @@
2
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3
4
version: 2
5
+
6
updates:
7
- package-ecosystem: "nuget"
- directory: "/" # Location of package manifests
8
+ directory: "/"
9
schedule:
10
interval: "weekly"
11
12
+groups:
13
+ csharpier:
14
+ patterns:
15
+ - "csharpier*"
0 commit comments