Skip to content

Commit 70ff0ab

Browse files
committed
Group updates
1 parent 70bac0a commit 70ff0ab

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,23 @@ updates:
44
directory: "/"
55
schedule:
66
interval: weekly
7-
group:
7+
groups:
88
all-dependencies:
99
patterns:
1010
- "*"
11+
update-types:
12+
- "minor"
13+
- "patch"
1114
open-pull-requests-limit: 99
1215
- package-ecosystem: github-actions
1316
directory: '/'
1417
schedule:
1518
interval: weekly
1619
open-pull-requests-limit: 99
17-
group:
20+
groups:
1821
all-dependencies:
1922
patterns:
20-
- "*"
23+
- "*"
24+
update-types:
25+
- "minor"
26+
- "patch"

0 commit comments

Comments
 (0)