File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ updates:
55 schedule :
66 interval : " monthly"
77 target-branch : " develop"
8+ cooldown :
9+ semver-major-days : 7
10+ semver-minor-days : 5
11+ semver-patch-days : 3
812 groups :
913 npm-minor-and-patch :
1014 update-types :
@@ -18,8 +22,12 @@ updates:
1822 - package-ecosystem : " npm"
1923 directory : " /attack-style"
2024 schedule :
21- interval : " weekly "
25+ interval : " monthly "
2226 target-branch : " develop"
27+ cooldown :
28+ semver-major-days : 7
29+ semver-minor-days : 5
30+ semver-patch-days : 3
2331 groups :
2432 npm-minor-and-patch :
2533 update-types :
@@ -40,6 +48,10 @@ updates:
4048 schedule :
4149 interval : " weekly"
4250 target-branch : " develop"
51+ cooldown :
52+ semver-major-days : 7
53+ semver-minor-days : 5
54+ semver-patch-days : 3
4355 groups :
4456 python-minor-and-patch :
4557 update-types :
You can’t perform that action at this time.
0 commit comments