-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(deps): update all non-major dependencies #74
Conversation
67373d6
to
bb66f08
Compare
1c97da3
to
a5380bb
Compare
046f517
to
b2ec6f2
Compare
e120dcc
to
6a9f217
Compare
247fe5c
to
3902c5a
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
1c7c050
to
3da8f43
Compare
3c68c5e
to
1bf1a03
Compare
1bf1a03
to
cbd69da
Compare
182a450
to
e194e57
Compare
e194e57
to
7f01894
Compare
7f01894
to
ef49dc2
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #74 +/- ##
=====================================
Coverage 0 0.00%
=====================================
Files 0 9 +9
Lines 0 292 +292
=====================================
- Misses 0 292 +292
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
noted a couple of minor things that we should address, can be separate PR though, hence just a comment.
@@ -13,10 +13,10 @@ jobs: | |||
|
|||
steps: | |||
- name: clone | |||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 | |||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use exact version in comments like we do on core repos: https://github.com/go-vela/server/blob/9bb4acca095dc88f92c48dd45f9bdd587740115b/.github/workflows/build.yml#L16 (for all the actions)
@@ -4,7 +4,7 @@ | |||
## docker build --no-cache --target certs -t vela-build-summary:certs . ## | |||
################################################################################ | |||
|
|||
FROM alpine:3.19@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b as certs | |||
FROM alpine:3.20@sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0 as certs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
include minor version in docker image reference.. example alpine:3.20.1@...
This PR contains the following updates:
b4ffde6
->692973e
0c52d54
->0a12ed9
3.19
->3.20
8450866
->e28ff12
v0.23.3
->v0.24.0
v0.23.3
->v0.24.0
v2.27.1
->v2.27.2
df5a14d
->2d79040
00311c2
->7708105
Release Notes
go-vela/sdk-go (github.com/go-vela/sdk-go)
v0.24.0
Compare Source
What's Changed
New Contributors
Full Changelog: go-vela/sdk-go@v0.23.2...v0.24.0
go-vela/types (github.com/go-vela/types)
v0.24.0
Compare Source
What's Changed
New Contributors
Full Changelog: go-vela/types@v0.23.3...v0.24.0
urfave/cli (github.com/urfave/cli/v2)
v2.27.2
Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v2.27.1...v2.27.2
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.