File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,10 @@ version: 2
22updates :
33- package-ecosystem : " gomod"
44 directory : " /"
5+ cooldown :
6+ default-days : 14
57 schedule :
6- interval : " monthly "
8+ interval : " weekly "
79 open-pull-requests-limit : 10
810 groups :
911 gomod-minor-updates :
@@ -12,8 +14,10 @@ updates:
1214 - " patch"
1315- package-ecosystem : " gomod"
1416 directory : " /function/loader"
17+ cooldown :
18+ default-days : 14
1519 schedule :
16- interval : " monthly "
20+ interval : " weekly "
1721 open-pull-requests-limit : 10
1822 groups :
1923 loader-minor-updates :
@@ -22,17 +26,21 @@ updates:
2226 - " patch"
2327- package-ecosystem : " github-actions"
2428 directory : " /"
29+ cooldown :
30+ default-days : 14
2531 schedule :
26- interval : " monthly "
32+ interval : " weekly "
2733 groups :
2834 actions-minor-updates :
2935 update-types :
3036 - " minor"
3137 - " patch"
3238- package-ecosystem : " npm"
3339 directory : " /internal/staticanalysis/parsing"
40+ cooldown :
41+ default-days : 14
3442 schedule :
35- interval : " monthly "
43+ interval : " weekly "
3644 groups :
3745 parsing-minor-updates :
3846 update-types :
You can’t perform that action at this time.
0 commit comments