Skip to content

Commit 5446a62

Browse files
authored
Set Dependabot intervals to monthly and use monthly grouping (#120)
1 parent 20968c3 commit 5446a62

1 file changed

Lines changed: 13 additions & 16 deletions

File tree

.github/dependabot.yml

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,11 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "daily"
7-
timezone: "America/Toronto"
6+
interval: "monthly"
87
groups:
9-
github-official:
8+
monthly-batch:
109
patterns:
11-
- "actions/*"
12-
update-types:
13-
- "minor"
14-
- "patch"
15-
docker:
16-
patterns:
17-
- "docker/*"
18-
update-types:
19-
- "minor"
20-
- "patch"
10+
- "*"
2111
cooldown:
2212
default-days: 7
2313
pull-request-branch-name:
@@ -29,8 +19,11 @@ updates:
2919
- package-ecosystem: "docker"
3020
directory: "/"
3121
schedule:
32-
interval: "daily"
33-
timezone: "America/Toronto"
22+
interval: "monthly"
23+
groups:
24+
monthly-batch:
25+
patterns:
26+
- "*"
3427
cooldown:
3528
default-days: 7
3629
pull-request-branch-name:
@@ -42,7 +35,11 @@ updates:
4235
- package-ecosystem: "pre-commit"
4336
directory: "/"
4437
schedule:
45-
interval: "weekly"
38+
interval: "monthly"
39+
groups:
40+
monthly-batch:
41+
patterns:
42+
- "*"
4643
cooldown:
4744
default-days: 7
4845
pull-request-branch-name:

0 commit comments

Comments
 (0)