Preparing for 3.1.0 release (#147)

* Upgrading spring-boot to 3.1.x

* Making main release 3.1.x

* Adding PR pipeline

* Adding integration-tests to the build step

* Update credhub-server/README.adoc

Co-authored-by: Gareth Clay <spikymonkey@users.noreply.github.com>

* Updating set-pipelines and channel name

* Removing unnecessary clean

* Adding docker mirror config and privileged tasks

---------

Co-authored-by: Gareth Clay <spikymonkey@users.noreply.github.com>
This commit is contained in:
Alberto C. Ríos
2023-09-14 14:46:44 +02:00
committed by GitHub
parent 8e706be423
commit 7fbd4a7996
20 changed files with 293 additions and 58 deletions

View File

@@ -6,6 +6,20 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 15
labels:
- "dependency-upgrade"
commit-message:
prefix: "3.1.x"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]
- package-ecosystem: gradle
directory: "/"
target-branch: "3.0.x"
schedule:
interval: daily
open-pull-requests-limit: 15
labels:
- "dependency-upgrade"
commit-message: