Skip to content

Commit 403b52b

Browse files
authored
Add dependabot.yml
1 parent e7f2013 commit 403b52b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
33

44
version: 2
5+
56
updates:
67
- package-ecosystem: "nuget"
7-
directory: "/" # Location of package manifests
8+
directory: "/"
89
schedule:
910
interval: "weekly"
11+
12+
groups:
13+
csharpier:
14+
patterns:
15+
- "csharpier*"

0 commit comments

Comments
 (0)