File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,16 @@ updates:
1010 target-branch : " main"
1111 schedule :
1212 interval : " weekly"
13+ - package-ecosystem : " github-actions"
14+ directory : " /"
15+ target-branch : " 4.2.x"
16+ schedule :
17+ interval : " weekly"
18+ - package-ecosystem : " github-actions"
19+ directory : " /"
20+ target-branch : " 4.1.x"
21+ schedule :
22+ interval : " weekly"
1323 - package-ecosystem : maven
1424 directory : /
1525 schedule :
@@ -31,6 +41,17 @@ updates:
3141 update-types :
3242 - version-update:semver-major
3343 - version-update:semver-minor
44+ - package-ecosystem : maven
45+ directory : /
46+ schedule :
47+ interval : daily
48+ target-branch : 4.2.x
49+ ignore :
50+ # only upgrade by minor or patch
51+ - dependency-name : " *"
52+ update-types :
53+ - version-update:semver-major
54+ - version-update:semver-minor
3455 - package-ecosystem : npm
3556 target-branch : docs-build
3657 directory : /
@@ -41,6 +62,11 @@ updates:
4162 directory : /docs
4263 schedule :
4364 interval : weekly
65+ - package-ecosystem : npm
66+ target-branch : 4.2.x
67+ directory : /docs
68+ schedule :
69+ interval : weekly
4470 - package-ecosystem : npm
4571 target-branch : 4.1.x
4672 directory : /docs
You can’t perform that action at this time.
0 commit comments