From 0a6310d9bffa60f05885e7e4d4f32576481469c1 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Wed, 22 May 2024 05:03:04 +0000 Subject: [PATCH] Bump pipeline from 1.38.0 to 1.39.0 Bumps pipeline from 1.38.0 to 1.39.0. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/dependabot.yml | 26 +++++++++----------------- .github/pipeline-version | 2 +- .github/workflows/pb-update-go.yml | 2 ++ 3 files changed, 12 insertions(+), 18 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index add7f27..2adccd4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,19 +1,11 @@ version: 2 updates: - - package-ecosystem: gomod - directory: / - schedule: - interval: weekly - labels: - - semver:patch - - type:dependency-upgrade - allow: - - dependency-type: "all" - groups: - gomod: - patterns: - - "*" - # group all minor and patch dependency updates together - update-types: - - "minor" - - "patch" + - package-ecosystem: gomod + directory: / + schedule: + interval: daily + ignore: + - dependency-name: github.com/onsi/gomega + labels: + - semver:patch + - type:dependency-upgrade diff --git a/.github/pipeline-version b/.github/pipeline-version index ebeef2f..5edffce 100644 --- a/.github/pipeline-version +++ b/.github/pipeline-version @@ -1 +1 @@ -1.38.0 +1.39.0 diff --git a/.github/workflows/pb-update-go.yml b/.github/workflows/pb-update-go.yml index 4145fc7..d35876c 100644 --- a/.github/workflows/pb-update-go.yml +++ b/.github/workflows/pb-update-go.yml @@ -29,6 +29,8 @@ jobs: go mod edit -go="$GO_VERSION" go mod tidy + go get -u -t ./... + go mod tidy git add go.mod go.sum git checkout -- .