From 16de6b01d81d1476d7315569c0ee4e1a83ac96cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20C=2E=20R=C3=ADos?= Date: Mon, 11 Mar 2024 11:02:37 +0100 Subject: [PATCH] Preparing for 3.1.x branch --- .github/dependabot.yml | 14 ++++++++++++++ ci/set-pipelines.sh | 6 ++++-- gradle.properties | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 23a6ce8..4831da6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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: diff --git a/ci/set-pipelines.sh b/ci/set-pipelines.sh index c2baea9..7e1a91f 100755 --- a/ci/set-pipelines.sh +++ b/ci/set-pipelines.sh @@ -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 diff --git a/gradle.properties b/gradle.properties index 811ad79..d1b6e6b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=3.1.0-SNAPSHOT +version=3.1.1-SNAPSHOT org.gradle.caching=true org.gradle.parallel=true