File tree Expand file tree Collapse file tree 4 files changed +13
-18
lines changed
Expand file tree Collapse file tree 4 files changed +13
-18
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ version: 2
22updates :
33 - package-ecosystem : " github-actions"
44 directory : " /"
5- target-branch : " 4.1 .x" # oldest OSS supported branch
5+ target-branch : " 4.2 .x"
66 schedule :
77 interval : " weekly"
88 - package-ecosystem : " github-actions"
99 directory : " /"
10- target-branch : " 4.2 .x"
10+ target-branch : " 4.3 .x"
1111 schedule :
1212 interval : " weekly"
1313 - package-ecosystem : " github-actions"
@@ -19,7 +19,7 @@ updates:
1919 directory : /
2020 schedule :
2121 interval : daily
22- target-branch : 4.1 .x
22+ target-branch : 4.2 .x
2323 ignore :
2424 # only upgrade patch versions for maintenance branch
2525 - dependency-name : " *"
@@ -30,7 +30,7 @@ updates:
3030 directory : /
3131 schedule :
3232 interval : daily
33- target-branch : 4.2 .x
33+ target-branch : 4.3 .x
3434 ignore :
3535 # only upgrade patch versions for maintenance branch
3636 - dependency-name : " *"
@@ -42,11 +42,6 @@ updates:
4242 schedule :
4343 interval : daily
4444 target-branch : main
45- ignore :
46- # only upgrade by minor or patch
47- - dependency-name : " *"
48- update-types :
49- - version-update:semver-major
5045 - package-ecosystem : npm
5146 target-branch : docs-build
5247 directory : /
@@ -58,12 +53,12 @@ updates:
5853 schedule :
5954 interval : weekly
6055 - package-ecosystem : npm
61- target-branch : 4.1 .x
56+ target-branch : 4.2 .x
6257 directory : /docs
6358 schedule :
6459 interval : weekly
6560 - package-ecosystem : npm
66- target-branch : 4.2 .x
61+ target-branch : 4.3 .x
6762 directory : /docs
6863 schedule :
6964 interval : weekly
Original file line number Diff line number Diff line change 1616 # if: github.repository_owner == 'spring-cloud'
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 with :
2121 ref : docs-build
2222 fetch-depth : 1
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ name: Build
55
66on :
77 push :
8- branches : [ main, 4.1 .x, 4.2.x ]
8+ branches : [ main, 4.3 .x, 4.2.x ]
99 pull_request :
10- branches : [ main, 4.1 .x, 4.2.x ]
10+ branches : [ main, 4.3 .x, 4.2.x ]
1111
1212jobs :
1313 build :
1919 java : ["17"]
2020
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - name : Set up JDK ${{ matrix.java }}
24- uses : actions/setup-java@v4
24+ uses : actions/setup-java@v5
2525 with :
2626 distribution : ' temurin'
2727 java-version : ${{ matrix.java }}
Original file line number Diff line number Diff line change 11{
22 "dependencies" : {
3- "antora" : " 3.2.0-alpha.8 " ,
3+ "antora" : " 3.2.0-alpha.9 " ,
44 "@antora/atlas-extension" : " 1.0.0-alpha.2" ,
5- "@antora/collector-extension" : " 1.0.1 " ,
5+ "@antora/collector-extension" : " 1.0.2 " ,
66 "@asciidoctor/tabs" : " 1.0.0-beta.6" ,
77 "@springio/antora-extensions" : " 1.14.7" ,
88 "@springio/asciidoctor-extensions" : " 1.0.0-alpha.17"
You can’t perform that action at this time.
0 commit comments