Skip to content

Commit 2cb6683

Browse files
authored
Merge pull request #291 from linked-data-dotnet/dependabot-groups
Add Dependabot groups
2 parents 2773016 + 55d98b7 commit 2cb6683

File tree

1 file changed

+24
-4
lines changed

1 file changed

+24
-4
lines changed

.github/dependabot.yml

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,47 @@
11
version: 2
22
updates:
33
- package-ecosystem: nuget
4-
directory: "/"
4+
labels: [dependency]
5+
groups:
6+
microsoft:
7+
patterns: [Microsoft.*, System.*]
8+
xunit:
9+
patterns: [xunit.*]
10+
directory: /
511
schedule:
612
interval: monthly
713
target-branch: main
814

915
- package-ecosystem: nuget
10-
directory: "/"
16+
labels: [dependency, support]
17+
groups:
18+
microsoft:
19+
patterns: [Microsoft.*, System.*]
20+
xunit:
21+
patterns: [xunit.*]
22+
directory: /
1123
schedule:
1224
interval: monthly
1325
target-branch: support/1.x
1426
ignore:
1527
- dependency-name: Newtonsoft.Json
1628

1729
- package-ecosystem: github-actions
18-
directory: "/"
30+
labels: [dependency]
31+
groups:
32+
actions:
33+
patterns: [actions/*]
34+
directory: /
1935
schedule:
2036
interval: monthly
2137
target-branch: main
2238

2339
- package-ecosystem: github-actions
24-
directory: "/"
40+
labels: [dependency, support]
41+
groups:
42+
actions:
43+
patterns: [actions/*]
44+
directory: /
2545
schedule:
2646
interval: monthly
2747
target-branch: support/1.x

0 commit comments

Comments
 (0)