Skip to content

Commit e4d43dd

Browse files
authored
Create dependabot.yml
1 parent d4447b0 commit e4d43dd

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
version: 2
2+
updates:
3+
# Daily updates for NuGet packages
4+
- package-ecosystem: nuget
5+
directory: "/"
6+
schedule:
7+
interval: daily
8+
groups:
9+
DataPLANT:
10+
patterns:
11+
- "ARCtrl*"
12+
- "FSSpreadsheet*"
13+
- "DynamicObj*"
14+
- "ARCTokenization*"
15+
- "ControlledVocabulary*"
16+
- "ARCExpect*"
17+
- "ARCValidationPackages*"
18+
- "AVPRClient*"
19+
- "AVPRIndex*"
20+
Tests:
21+
patterns:
22+
- "xunit*"
23+
- "Expecto*"
24+
- "Fable.Pyxpecto*"
25+
Fable:
26+
patterns:
27+
- "Fable*"
28+
Other:
29+
exclude-patterns:
30+
- "ARCtrl*"
31+
- "FSSpreadsheet*"
32+
- "DynamicObj*"
33+
- "ARCTokenization*"
34+
- "ControlledVocabulary*"
35+
- "ARCExpect*"
36+
- "ARCValidationPackages*"
37+
- "AVPRClient*"
38+
- "AVPRIndex*"
39+
- "xunit*"
40+
- "Expecto*"
41+
- "Fable.Pyxpecto*"
42+
43+
44+
# Weekly updates for GitHub Actions
45+
- package-ecosystem: github-actions
46+
directory: "/"
47+
schedule:
48+
interval: weekly

0 commit comments

Comments
 (0)