File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -4,26 +4,36 @@ updates:
44 - package-ecosystem : bundler
55 directory : /
66 schedule :
7- interval : daily
7+ interval : weekly
8+ groups :
9+ rubocop :
10+ patterns :
11+ - " rubocop*"
12+ cooldown :
13+ default-days : 7
814
915 - package-ecosystem : github-actions
1016 directory : /
1117 schedule :
12- interval : daily
18+ interval : weekly
1319 open-pull-requests-limit : 99
1420 rebase-strategy : " disabled"
1521 groups :
1622 actions :
1723 patterns :
1824 - " *"
25+ cooldown :
26+ default-days : 7
1927
2028 - package-ecosystem : github-actions
2129 directory : .github/actions/upload-coverage/
2230 schedule :
23- interval : daily
31+ interval : weekly
2432 open-pull-requests-limit : 99
2533 rebase-strategy : " disabled"
2634 groups :
2735 actions :
2836 patterns :
2937 - " *"
38+ cooldown :
39+ default-days : 7
You can’t perform that action at this time.
0 commit comments