Skip to content

Commit e187045

Browse files
ci: group dep updates
1 parent 0c4c65f commit e187045

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/dependabot.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,29 @@ updates:
1010
ignore:
1111
# doesn't support glob anymore in v4
1212
- dependency-name: "rimraf"
13+
groups:
14+
patch-deps-updates:
15+
update-types:
16+
- "patch"
17+
minor-deps-updates:
18+
update-types:
19+
- "minor"
20+
major-deps-updates:
21+
update-types:
22+
- "major"
23+
- package-ecosystem: github-actions
24+
directory: "/"
25+
schedule:
26+
interval: weekly
27+
time: "11:00"
28+
open-pull-requests-limit: 10
29+
groups:
30+
patch-deps-updates:
31+
update-types:
32+
- "patch"
33+
minor-deps-updates:
34+
update-types:
35+
- "minor"
36+
major-deps-updates:
37+
update-types:
38+
- "major"

0 commit comments

Comments
 (0)