diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bc42919..bc72574 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -74,17 +74,3 @@ updates: ignore: - dependency-name: "*" update-types: ["version-update:semver-major", "version-update:semver-minor"] - - - package-ecosystem: gradle - directory: "/" - target-branch: "2.2.x" - schedule: - interval: daily - open-pull-requests-limit: 15 - labels: - - "dependency-upgrade" - commit-message: - prefix: "2.2.x" - ignore: - - dependency-name: "*" - update-types: ["version-update:semver-major", "version-update:semver-minor"] diff --git a/.github/workflows/java-11.yml b/.github/workflows/java-11.yml index 085ad92..36a6d41 100644 --- a/.github/workflows/java-11.yml +++ b/.github/workflows/java-11.yml @@ -5,9 +5,9 @@ name: Java 11 on: push: - branches: [ 2.3.*, 2.2.* ] + branches: [ 2.3.* ] pull_request: - branches: [ 2.3.*, 2.2.* ] + branches: [ 2.3.* ] jobs: build: diff --git a/.github/workflows/java-17.yml b/.github/workflows/java-17.yml index 776b369..ef74a35 100644 --- a/.github/workflows/java-17.yml +++ b/.github/workflows/java-17.yml @@ -5,9 +5,9 @@ name: Java 17 on: push: - branches: [ 3.3.*, 3.2.*, 3.1.*, 3.0.*, 2.3.*, 2.2.* ] + branches: [ 3.3.*, 3.2.*, 3.1.*, 3.0.*, 2.3.* ] pull_request: - branches: [ 3.3.*, 3.2.*, 3.1.*, 3.0.*, 2.3.*, 2.2.* ] + branches: [ 3.3.*, 3.2.*, 3.1.*, 3.0.*, 2.3.* ] jobs: build: diff --git a/.github/workflows/java-8.yml b/.github/workflows/java-8.yml index dfa84f1..96de72e 100644 --- a/.github/workflows/java-8.yml +++ b/.github/workflows/java-8.yml @@ -5,9 +5,9 @@ name: Java 8 on: push: - branches: [ 2.3.*, 2.2.* ] + branches: [ 2.3.* ] pull_request: - branches: [ 2.3.*, 2.2.* ] + branches: [ 2.3.* ] jobs: build: diff --git a/scripts/set-pipelines.sh b/scripts/set-pipelines.sh index dbcbf5e..f3fed24 100755 --- a/scripts/set-pipelines.sh +++ b/scripts/set-pipelines.sh @@ -44,14 +44,12 @@ set_pipelines() { set_pipeline spring-credhub pipeline.yml 3.1.x set_pipeline spring-credhub pipeline.yml 3.0.x set_pipeline spring-credhub pipeline.yml 2.3.x - set_pipeline spring-credhub pipeline.yml 2.2.x set_pipeline spring-credhub-pr pr-pipeline.yml 3.3.x set_pipeline spring-credhub-pr pr-pipeline.yml 3.2.x set_pipeline spring-credhub-pr pr-pipeline.yml 3.1.x set_pipeline spring-credhub-pr pr-pipeline.yml 3.0.x set_pipeline spring-credhub-pr pr-pipeline.yml 2.3.x - set_pipeline spring-credhub-pr pr-pipeline.yml 2.2.x } main() {