File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,10 +3,29 @@ updates:
33 - package-ecosystem : " npm"
44 directory : " /"
55 schedule :
6- interval : " monthly "
6+ interval : " weekly "
77 commit-message :
88 prefix : " "
9+ cooldown :
10+ default-days : 5
11+ semver-major-days : 30
12+ semver-minor-days : 14
13+ semver-patch-days : 14
914 groups :
15+ react :
16+ dependency-type : production
17+ patterns :
18+ - @radix-ui/*
19+ - react-*
20+ aws :
21+ patterns :
22+ - @aws-sdk/*
23+ fastify :
24+ dependency-type : production
25+ patterns :
26+ - @fastify/*
27+ - fastify
28+ - fastify-*
1029 production-dependencies :
1130 dependency-type : " production"
1231 development-dependencies :
@@ -17,6 +36,11 @@ updates:
1736 interval : " weekly"
1837 commit-message :
1938 prefix : " "
39+ cooldown :
40+ default-days : 5
41+ semver-major-days : 30
42+ semver-minor-days : 14
43+ semver-patch-days : 14
2044 groups :
2145 actions :
2246 patterns :
You can’t perform that action at this time.
0 commit comments