Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pipeline from 1.36.6 to 1.38.0 #241

Merged
merged 5 commits into from
May 18, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
dmikusa marked this conversation as resolved.
Show resolved Hide resolved
2 changes: 1 addition & 1 deletion .github/pipeline-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.36.6
1.38.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
dmikusa marked this conversation as resolved.
Show resolved Hide resolved

git add go.mod go.sum
git checkout -- .
Expand Down
Loading