Skip to content

Commit 726fd08

Browse files
committed
ci: group updat types
1 parent 12845d1 commit 726fd08

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,27 @@ version: 2
22
updates:
33
- package-ecosystem: "pip"
44
directory: "/"
5+
minor-and-patch:
6+
update-types:
7+
- "minor"
8+
- "patch"
59
schedule:
610
interval: "daily"
711
- package-ecosystem: "gomod"
812
directory: "/"
13+
minor-and-patch:
14+
update-types:
15+
- "minor"
16+
- "patch"
917
schedule:
1018
interval: "daily"
1119
- package-ecosystem: "npm"
1220
directory: "/"
21+
groups:
22+
minor-and-patch:
23+
update-types:
24+
- "minor"
25+
- "patch"
1326
schedule:
1427
interval: "daily"
1528
- package-ecosystem: "github-actions"

0 commit comments

Comments
 (0)