Skip to content

Commit

Permalink
Merge pull request #252 from paketo-buildpacks/update/pipeline
Browse files Browse the repository at this point in the history
Bump pipeline from 1.38.0 to 1.39.0
  • Loading branch information
dmikusa committed May 22, 2024
2 parents f091585 + 0a6310d commit 0748971
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 18 deletions.
26 changes: 9 additions & 17 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/pipeline-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.38.0
1.39.0
2 changes: 2 additions & 0 deletions .github/workflows/pb-update-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -- .
Expand Down

0 comments on commit 0748971

Please sign in to comment.