chore: rekres and bump deps - #286
Merged
Merged
Conversation
majabojarska
approved these changes
Jun 2, 2026
There was a problem hiding this comment.
Pull request overview
This PR regenerates Kres-managed project automation files and updates dependency/tooling versions (Go modules and several GitHub Actions), with a few additional workflow/build behavior changes.
Changes:
- Bump Go module dependencies (e.g.,
go-git,filepath-securejoin,golang.org/x/*) and refreshgo.sum. - Regenerate build/lint automation (Makefile/Dockerfile/.golangci.yml) including new
GO_GCFLAGSplumbing and updated tool versions. - Update GitHub workflows and repo automation configs (Slack notifications, stale/lock/CI action pins, Renovate config, add Lefthook).
Reviewed changes
Copilot reviewed 11 out of 12 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
Makefile |
Regenerated; bumps tool versions; adds GO_GCFLAGS; adjusts buildx args and docker run flags. |
Dockerfile |
Regenerated; updates Dockerfile syntax and bun image; threads GO_GCFLAGS into build steps. |
lefthook.yml |
New generated Lefthook hooks for conformance, generate/fmt/lint. |
go.mod |
Bumps Go module dependencies. |
go.sum |
Updates module checksums to match go.mod bumps. |
.golangci.yml |
Regenerated linter config; updates disabled linters list/keys. |
.github/workflows/ci.yaml |
Bumps pinned GitHub Actions used in CI. |
.github/workflows/stale.yml |
Bumps actions/stale pin. |
.github/workflows/lock.yml |
Bumps dessant/lock-threads pin. |
.github/workflows/slack-notify.yaml |
Replaces gh usage with actions/github-script PR lookup; updates Slack action pin and permissions. |
.github/workflows/slack-notify-ci-failure.yaml |
Updates Slack action pin; adjusts permissions/payload formatting. |
.github/renovate.json |
Regenerated; enables Renovate draft PRs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Just some dependency bumps to silence Dependabot. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
smira
force-pushed
the
chore/bump-deps-06-02
branch
from
June 2, 2026 16:01
8206b5d to
f841358
Compare
frezbo
approved these changes
Jun 2, 2026
rsmitty
approved these changes
Jun 2, 2026
Member
Author
|
/m |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Just some dependency bumps to silence Dependabot.