Skip to content

Commit c6ac5be

Browse files
committed
ci: group minor and patch pip updates
1 parent 80ffbcb commit c6ac5be

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,28 @@ updates:
88
directory: "/.github/workflows"
99
schedule:
1010
interval: weekly
11+
groups:
12+
minor-and-patch:
13+
update-types:
14+
- minor
15+
- patch
1116
- package-ecosystem: pip
1217
directory: "/docs"
1318
schedule:
1419
interval: weekly
20+
groups:
21+
minor-and-patch:
22+
update-types:
23+
- minor
24+
- patch
1525
- package-ecosystem: pip
1626
directory: "/"
1727
schedule:
1828
interval: weekly
1929
allow:
2030
- dependency-type: "all"
31+
groups:
32+
minor-and-patch:
33+
update-types:
34+
- minor
35+
- patch

0 commit comments

Comments
 (0)