File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -3,29 +3,37 @@ updates:
33 - package-ecosystem : mix
44 directory : " /"
55 schedule :
6- interval : daily
6+ interval : " weekly"
7+ day : " monday"
78 time : " 10:00"
9+ cooldown :
10+ default-days : 7
811 open-pull-requests-limit : 5
912 ignore :
1013 - dependency-name : " *"
1114 update-types : ["version-update:semver-minor"]
1215 groups :
13- mix-patches :
16+ mix-minor :
1417 update-types :
1518 - " patch"
19+ - " minor"
1620 - package-ecosystem : npm
1721 directory : " /assets"
1822 schedule :
19- interval : daily
23+ interval : " weekly"
24+ day : " monday"
2025 time : " 10:00"
26+ cooldown :
27+ default-days : 7
2128 open-pull-requests-limit : 5
2229 ignore :
2330 - dependency-name : " *"
2431 update-types : ["version-update:semver-minor"]
2532 groups :
26- npm-patches :
33+ npm-minor :
2734 update-types :
2835 - " patch"
36+ - " minor"
2937 eslint :
3038 patterns :
3139 - " eslint*"
You can’t perform that action at this time.
0 commit comments