8000 chore: bump dep version, check dep monthly by kemingy · Pull Request #1992 · tensorchord/envd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore: bump dep version, check dep monthly #1992

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

Merged
merged 2 commits into from
Mar 10, 2025

Conversation

kemingy
Copy link
Member
@kemingy kemingy commented Mar 9, 2025

No description provided.

Signed-off-by: Keming <kemingyang@tensorchord.ai>
8000
@kemingy kemingy requested review from Copilot and removed request for zwpaper, aseaday, gaocegege and VoVAllen March 9, 2025 07:56
Copy link
Contributor
@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Overview

This PR updates dependency schedules and bumps dependency versions for improved maintenance and consistency.

  • Update dependabot schedule for Go modules and GitHub Actions from weekly to monthly
  • Bump cibuildwheel version in the release workflow
  • Refactor Docker auth provider initialization for clarity
  • Update the ImageLoad call for enhanced quiet mode handling

Reviewed Changes

File Description
.github/dependabot.yml Update dependency schedule from weekly to monthly configuration
.github/workflows/release.yml Bump cibuildwheel version to improve build compatibility
pkg/builder/build.go Refactor Docker auth provider initialization for clearer config
pkg/driver/docker/docker.go Modify ImageLoad call with quiet option for improved behavior

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (2)

.github/dependabot.yml:6

  • Changing the schedule interval to monthly removes previously set parameters (day, time, timezone, open-pull-requests-limit). Please verify that this configuration change is intentional, or consider adding equivalent scheduling details for predictable update times.
      interval: "monthly"

.github/dependabot.yml:11

  • As with the gomod section, switching to a monthly interval here omits the explicit scheduling details previously specified. Confirm that this change meets the intended update cadence or add appropriate scheduling parameters if needed.
      interval: "monthly"

Signed-off-by: Keming <kemingyang@tensorchord.ai>
Comment on lines +47 to +56
return &syntax.FileOptions{
8000 // resolver
Set: false,
While: false,
TopLevelControl: false,
GlobalReassign: false,
LoadBindsGlobally: false,
// compiler
Recursion: true,
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The latest version of starlark requires explicit options instead of legacy global options.

The configurations here should work for most of the cases.

@kemingy kemingy added this pull request to the merge queue Mar 10, 2025
Merged via the queue into tensorchord:main with commit 1c327cb Mar 10, 2025
11 checks passed
@kemingy kemingy deleted the monthly_dep_bot branch March 10, 2025 01:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0