File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed
Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ updates:
1010 target-branch : " 4.2.x"
1111 schedule :
1212 interval : " weekly"
13+ - package-ecosystem : " github-actions"
14+ directory : " /"
15+ target-branch : " 4.3.x"
16+ schedule :
17+ interval : " weekly"
1318 - package-ecosystem : " github-actions"
1419 directory : " /"
1520 target-branch : " main"
@@ -41,12 +46,18 @@ updates:
4146 directory : /
4247 schedule :
4348 interval : daily
44- target-branch : main
49+ target-branch : 4.3.x
4550 ignore :
46- # only upgrade by minor or patch
51+ # only upgrade patch versions for maintenance branch
4752 - dependency-name : " *"
4853 update-types :
4954 - version-update:semver-major
55+ - version-update:semver-minor
56+ - package-ecosystem : maven
57+ directory : /
58+ schedule :
59+ interval : daily
60+ target-branch : main
5061 - package-ecosystem : npm
5162 target-branch : docs-build
5263 directory : /
@@ -67,3 +78,8 @@ updates:
6778 directory : /docs
6879 schedule :
6980 interval : weekly
81+ - package-ecosystem : npm
82+ target-branch : 4.3.x
83+ directory : /docs
84+ schedule :
85+ interval : weekly
You can’t perform that action at this time.
0 commit comments