Skip to content

Commit

Permalink
Preparing for 3.1.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Albertoimpl committed Mar 11, 2024
1 parent f76208b commit 16de6b0
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 15
labels:
- "dependency-upgrade"
commit-message:
prefix: "3.2.x"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]

- package-ecosystem: gradle
directory: "/"
target-branch: "3.1.x"
schedule:
interval: daily
open-pull-requests-limit: 15
labels:
- "dependency-upgrade"
commit-message:
Expand Down
6 changes: 4 additions & 2 deletions ci/set-pipelines.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,14 @@ set_pipeline() {

set_pipelines() {
fly -t "$FLY_TARGET" sync
set_pipeline spring-credhub pipeline.yml main 3.1.x
set_pipeline spring-credhub pipeline.yml main 3.2.x
set_pipeline spring-credhub pipeline.yml 3.1.x 3.1.x
set_pipeline spring-credhub pipeline.yml 3.0.x 3.0.x
set_pipeline spring-credhub pipeline.yml 2.3.x 2.3.x
set_pipeline spring-credhub pipeline.yml 2.2.x 2.2.x

set_pipeline spring-credhub-pr pr-pipeline.yml main 3.1.x
set_pipeline spring-credhub-pr pr-pipeline.yml main 3.2.x
set_pipeline spring-credhub-pr pr-pipeline.yml 3.1.x 3.1.x
set_pipeline spring-credhub-pr pr-pipeline.yml 3.0.x 3.0.x
set_pipeline spring-credhub-pr pr-pipeline.yml 2.3.x 2.3.x
set_pipeline spring-credhub-pr pr-pipeline.yml 2.2.x 2.2.x
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=3.1.0-SNAPSHOT
version=3.1.1-SNAPSHOT

org.gradle.caching=true
org.gradle.parallel=true

0 comments on commit 16de6b0

Please sign in to comment.