Skip to content

Commit 29095a2

Browse files
authored
Group dependabot updates (#3237)
1 parent dedae41 commit 29095a2

File tree

1 file changed

+74
-26
lines changed

1 file changed

+74
-26
lines changed

.github/dependabot.yml

Lines changed: 74 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,90 @@
11
version: 2
22
updates:
33
- package-ecosystem: gomod
4-
directory: "/"
4+
directory: '/'
55
schedule:
6-
interval: daily
7-
time: '11:00'
6+
interval: weekly
7+
day: monday
8+
time: '01:00'
9+
timezone: US/Pacific
810
open-pull-requests-limit: 2
11+
commit-message:
12+
prefix: '[main](go)'
13+
groups:
14+
dependencies:
15+
patterns:
16+
- '*'
917
- package-ecosystem: gomod
10-
directory: "/"
11-
target-branch: "v8"
18+
directory: '/'
19+
target-branch: 'v8'
1220
schedule:
13-
interval: daily
14-
time: '11:00'
21+
interval: weekly
22+
day: monday
23+
time: '01:00'
24+
timezone: US/Pacific
1525
open-pull-requests-limit: 2
26+
commit-message:
27+
prefix: '[v8](go)'
28+
groups:
29+
dependencies:
30+
patterns:
31+
- '*'
1632
- package-ecosystem: gomod
17-
directory: "/"
18-
target-branch: "v7"
33+
directory: '/'
34+
target-branch: 'v7'
1935
schedule:
20-
interval: daily
21-
time: '11:00'
36+
interval: weekly
37+
day: monday
38+
time: '01:00'
39+
timezone: US/Pacific
2240
open-pull-requests-limit: 2
23-
- package-ecosystem: "github-actions"
24-
directory: "/"
41+
commit-message:
42+
prefix: '[v7](go)'
43+
groups:
44+
dependencies:
45+
patterns:
46+
- '*'
47+
- package-ecosystem: 'github-actions'
48+
directory: '/'
2549
schedule:
26-
interval: daily
27-
time: '11:00'
50+
interval: weekly
51+
day: monday
52+
time: '01:00'
53+
timezone: US/Pacific
2854
open-pull-requests-limit: 2
29-
- package-ecosystem: "github-actions"
30-
directory: "/"
31-
target-branch: "v8"
55+
commit-message:
56+
prefix: '[main](gha)'
57+
groups:
58+
dependencies:
59+
patterns:
60+
- '*'
61+
- package-ecosystem: 'github-actions'
62+
directory: '/'
63+
target-branch: 'v8'
3264
schedule:
33-
interval: daily
34-
time: '11:00'
65+
interval: weekly
66+
day: monday
67+
time: '01:00'
68+
timezone: US/Pacific
3569
open-pull-requests-limit: 2
36-
- package-ecosystem: "github-actions"
37-
directory: "/"
38-
target-branch: "v7"
70+
commit-message:
71+
prefix: '[v8](gha)'
72+
groups:
73+
dependencies:
74+
patterns:
75+
- '*'
76+
- package-ecosystem: 'github-actions'
77+
directory: '/'
78+
target-branch: 'v7'
3979
schedule:
40-
interval: daily
41-
time: '11:00'
42-
open-pull-requests-limit: 2
80+
interval: weekly
81+
day: monday
82+
time: '01:00'
83+
timezone: US/Pacific
84+
open-pull-requests-limit: 2
85+
commit-message:
86+
prefix: '[v7](gha)'
87+
groups:
88+
dependencies:
89+
patterns:
90+
- '*'

0 commit comments

Comments
 (0)