Skip to content

Commit 314cd44

Browse files
committed
chore(ci): group dependabot updates
1 parent df5155d commit 314cd44

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/dependabot.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,27 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
groups:
8+
minor-and-patch:
9+
applies-to: version-updates
10+
patterns:
11+
- "*"
12+
update-types:
13+
- "patch"
14+
- "minor"
715

816
- package-ecosystem: "npm"
917
directory: "/tools/trace-ui"
1018
schedule:
1119
interval: "weekly"
20+
groups:
21+
minor-and-patch:
22+
applies-to: version-updates
23+
patterns:
24+
- "*"
25+
update-types:
26+
- "patch"
27+
- "minor"
1228

1329
- package-ecosystem: "github-actions"
1430
directory: "/"

0 commit comments

Comments
 (0)