Skip to content

Commit 2c97636

Browse files
committed
chore: configure Dependabot grouping for consolidated PRs
1 parent fcb822a commit 2c97636

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,20 @@ updates:
55
schedule:
66
interval: "weekly"
77
open-pull-requests-limit: 5
8+
groups:
9+
nuget-minor-patch:
10+
update-types:
11+
- "minor"
12+
- "patch"
13+
nuget-major:
14+
update-types:
15+
- "major"
816
- package-ecosystem: "github-actions"
917
directory: "/"
1018
schedule:
1119
interval: "weekly"
1220
open-pull-requests-limit: 5
21+
groups:
22+
actions-all:
23+
patterns:
24+
- "*"

0 commit comments

Comments
 (0)