Skip to content

Commit 391c962

Browse files
authored
Switch to monthly dependabot updates and use grouping (#105)
1 parent 239acab commit 391c962

1 file changed

Lines changed: 18 additions & 21 deletions

File tree

.github/dependabot.yml

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,11 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "daily"
7-
time: "09:30"
8-
timezone: "America/Toronto"
6+
interval: "monthly"
97
groups:
10-
github-official:
8+
monthly-batch:
119
patterns:
12-
- "actions/*"
13-
update-types:
14-
- "minor"
15-
- "patch"
16-
docker:
17-
patterns:
18-
- "docker/*"
19-
update-types:
20-
- "minor"
21-
- "patch"
10+
- "*"
2211
pull-request-branch-name:
2312
separator: "/"
2413
commit-message:
@@ -30,9 +19,11 @@ updates:
3019
- package-ecosystem: "bundler"
3120
directory: "/"
3221
schedule:
33-
interval: "daily"
34-
time: "09:45"
35-
timezone: "America/Toronto"
22+
interval: "monthly"
23+
groups:
24+
monthly-batch:
25+
patterns:
26+
- "*"
3627
pull-request-branch-name:
3728
separator: "/"
3829
commit-message:
@@ -44,9 +35,11 @@ updates:
4435
- package-ecosystem: "docker"
4536
directory: "/"
4637
schedule:
47-
interval: "daily"
48-
time: "09:55"
49-
timezone: "America/Toronto"
38+
interval: "monthly"
39+
groups:
40+
monthly-batch:
41+
patterns:
42+
- "*"
5043
pull-request-branch-name:
5144
separator: "/"
5245
commit-message:
@@ -58,7 +51,11 @@ updates:
5851
- package-ecosystem: "pre-commit"
5952
directory: "/"
6053
schedule:
61-
interval: "weekly"
54+
interval: "monthly"
55+
groups:
56+
monthly-batch:
57+
patterns:
58+
- "*"
6259
pull-request-branch-name:
6360
separator: "/"
6461
commit-message:

0 commit comments

Comments
 (0)