Skip to content

Commit f3708c6

Browse files
committed
Update build for supported OSS versions
Signed-off-by: Roy Clarkson <roy.clarkson@broadcom.com>
1 parent af4acc4 commit f3708c6

File tree

4 files changed

+27
-5
lines changed

4 files changed

+27
-5
lines changed

.github/dependabot.yml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff 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: "/"

.github/workflows/java-17.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Java 17
55

66
on:
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

1212
jobs:
1313
build:

.github/workflows/java-21.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Java 21
55

66
on:
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

1212
jobs:
1313
build:

scripts/set-pipelines.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@ set_pipeline() {
3939

4040
set_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
}

0 commit comments

Comments
 (0)