Skip to content

Commit 069744d

Browse files
authored
chore: weekly grouped updates (#55)
1 parent 58cc1c7 commit 069744d

File tree

1 file changed

+29
-12
lines changed

1 file changed

+29
-12
lines changed

.github/dependabot.yml

Lines changed: 29 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,30 @@ version: 2
22
updates:
33
- package-ecosystem: "pip"
44
directory: "/"
5-
minor-and-patch:
6-
update-types:
7-
- "minor"
8-
- "patch"
5+
groups:
6+
minor-and-patch:
7+
update-types:
8+
- "minor"
9+
- "patch"
910
schedule:
10-
interval: "daily"
11+
interval: "weekly"
12+
day: "saturday"
13+
time: "03:00"
14+
timezone: "America/Chicago"
15+
1116
- package-ecosystem: "gomod"
1217
directory: "/"
13-
minor-and-patch:
14-
update-types:
15-
- "minor"
16-
- "patch"
18+
groups:
19+
minor-and-patch:
20+
update-types:
21+
- "minor"
22+
- "patch"
1723
schedule:
18-
interval: "daily"
24+
interval: "weekly"
25+
day: "saturday"
26+
time: "03:00"
27+
28+
timezone: "America/Chicago"
1929
- package-ecosystem: "npm"
2030
directory: "/"
2131
groups:
@@ -24,8 +34,15 @@ updates:
2434
- "minor"
2535
- "patch"
2636
schedule:
27-
interval: "daily"
37+
interval: "weekly"
38+
day: "saturday"
39+
time: "03:00"
40+
timezone: "America/Chicago"
41+
2842
- package-ecosystem: "github-actions"
2943
directory: "/"
3044
schedule:
31-
interval: "daily"
45+
interval: "weekly"
46+
day: "saturday"
47+
time: "03:00"
48+
timezone: "America/Chicago"

0 commit comments

Comments
 (0)