File tree Expand file tree Collapse file tree 1 file changed +29
-2
lines changed Expand file tree Collapse file tree 1 file changed +29
-2
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,38 @@ updates:
4
4
- package-ecosystem : " bundler"
5
5
directory : " /"
6
6
schedule :
7
- interval : " daily"
7
+ interval : " weekly"
8
+ groups :
9
+ bundler-dev :
10
+ patterns :
11
+ - " parallel"
12
+ - " pry"
13
+ - " rake"
14
+ - " rubocop-github"
15
+ - " simplecov*"
16
+ update-types :
17
+ - " patch"
18
+ - " minor"
19
+ bundler-prod :
20
+ patterns :
21
+ - " *"
22
+ exclude-patterns :
23
+ - " parallel"
24
+ - " pry"
25
+ - " rake"
26
+ - " rubocop-github"
27
+ - " simplecov*"
28
+ update-types :
29
+ - " patch"
30
+ - " minor"
8
31
open-pull-requests-limit : 20
9
32
vendor : true
10
33
- package-ecosystem : " github-actions"
11
34
directory : " /"
12
35
schedule :
13
- interval : " daily"
36
+ interval : " weekly"
37
+ groups :
38
+ github-actions :
39
+ patterns :
40
+ - " *" # Group all GitHub Actions
14
41
open-pull-requests-limit : 20
You can’t perform that action at this time.
0 commit comments