File tree Expand file tree Collapse file tree 4 files changed +27
-5
lines changed
Expand file tree Collapse file tree 4 files changed +27
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,27 @@ updates:
44 directory : " /"
55 schedule :
66 interval : " weekly"
7- target-branch : " 3.5.x"
7+ target-branch : " 4.0.x"
8+
9+ - package-ecosystem : gradle
10+ directory : " /"
11+ target-branch : " 4.0.x"
12+ schedule :
13+ interval : daily
14+ open-pull-requests-limit : 15
15+ labels :
16+ - " dependency-upgrade"
17+ commit-message :
18+ prefix : " (4.0.x)"
19+ ignore :
20+ - dependency-name : " org.springframework.boot"
21+ update-types :
22+ - " version-update:semver-major"
23+ - " version-update:semver-minor"
24+ - dependency-name : " org.springframework.boot:spring-boot-dependencies"
25+ update-types :
26+ - " version-update:semver-major"
27+ - " version-update:semver-minor"
828
929 - package-ecosystem : gradle
1030 directory : " /"
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ name: Java 17
55
66on :
77 push :
8- branches : [ 3.5.*, 3.4.* ]
8+ branches : [ 4.0.*, 3.5.*, 3.4.* ]
99 pull_request :
10- branches : [ 3.5.*, 3.4.* ]
10+ branches : [ 4.0.*, 3.5.*, 3.4.* ]
1111
1212jobs :
1313 build :
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ name: Java 21
55
66on :
77 push :
8- branches : [ 3.5.*, 3.4.* ]
8+ branches : [ 4.0.*, 3.5.*, 3.4.* ]
99 pull_request :
10- branches : [ 3.5.*, 3.4.* ]
10+ branches : [ 4.0.*, 3.5.*, 3.4.* ]
1111
1212jobs :
1313 build :
Original file line number Diff line number Diff line change @@ -39,9 +39,11 @@ set_pipeline() {
3939
4040set_pipelines () {
4141 fly -t " $FLY_TARGET " sync
42+ set_pipeline spring-credhub pipeline.yml 4.0.x
4243 set_pipeline spring-credhub pipeline.yml 3.5.x
4344 set_pipeline spring-credhub pipeline.yml 3.4.x
4445
46+ set_pipeline spring-credhub-pr pr-pipeline.yml 4.0.x
4547 set_pipeline spring-credhub-pr pr-pipeline.yml 3.5.x
4648 set_pipeline spring-credhub-pr pr-pipeline.yml 3.4.x
4749}
You can’t perform that action at this time.
0 commit comments