Skip to content

Commit f097eb1

Browse files
chloe41427[bot]marc0der
authored andcommitted
chore: stagger Dependabot schedule and group minor/patch updates
1 parent aa46152 commit f097eb1

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,25 @@ updates:
44
directory: /
55
schedule:
66
interval: weekly
7+
day: wednesday
8+
open-pull-requests-limit: 5
79
commit-message:
810
prefix: "chore"
11+
groups:
12+
minor-and-patch:
13+
update-types:
14+
- "minor"
15+
- "patch"
916
- package-ecosystem: github-actions
1017
directory: /
1118
schedule:
1219
interval: weekly
20+
day: wednesday
21+
open-pull-requests-limit: 5
1322
commit-message:
1423
prefix: "chore"
24+
groups:
25+
minor-and-patch:
26+
update-types:
27+
- "minor"
28+
- "patch"

0 commit comments

Comments
 (0)