Skip to content

Commit 5bd74ef

Browse files
committed
Group dependabot updates
1 parent da5c842 commit 5bd74ef

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,28 @@ updates:
66
interval: "daily"
77
cooldown:
88
default-days: 7
9+
groups:
10+
docker:
11+
patterns:
12+
- "*"
913
- package-ecosystem: "github-actions"
1014
directory: "/"
1115
schedule:
1216
interval: "daily"
1317
cooldown:
1418
default-days: 7
19+
groups:
20+
github-actions:
21+
patterns:
22+
- "*"
1523
- package-ecosystem: "nuget"
1624
directory: "/"
1725
schedule:
1826
interval: "daily"
1927
cooldown:
2028
default-days: 7
29+
groups:
30+
nuget:
31+
patterns:
32+
- "*"
33+

0 commit comments

Comments
 (0)