Skip to content

Resolve Dependabot failures for scripts module dependencies#1207

Merged
leokondrashov merged 1 commit into
mainfrom
copilot/dependabot-not-working-properly
May 28, 2026
Merged

Resolve Dependabot failures for scripts module dependencies#1207
leokondrashov merged 1 commit into
mainfrom
copilot/dependabot-not-working-properly

Conversation

Copilot AI commented May 28, 2026

Copy link
Copy Markdown
Contributor

Summary

Dependabot updates failed because the OpenYurt deployer depended on scripts subpackages that are not published at the repository tag. This change switches it to consume the single published scripts module so updates resolve cleanly.

Implementation Notes ⚒️

  • Module dependency consolidation: replace per-package scripts/{cluster,configs,utils} requirements with the published scripts module at the current pseudo-version.
  • Lockfile refresh: update scripts/openyurt-deployer/go.sum to reflect the consolidated module requirement.

Example:

require (
    github.com/vhive-serverless/vHive/scripts v0.0.0-20260526124222-fe4009486598
)

External Dependencies 🍀

  • None

Breaking API Changes ⚠️

  • N/A

Copilot AI linked an issue May 28, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Fix Dependabot execution errors Resolve Dependabot failures for scripts module dependencies May 28, 2026
Copilot AI requested a review from JooyoungPark73 May 28, 2026 04:08

@JooyoungPark73 JooyoungPark73 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Squash into a single commit. We don't need 2 commits for this simple change.

Comment thread scripts/openyurt-deployer/openyurt_deployer Outdated
Copilot AI requested a review from JooyoungPark73 May 28, 2026 04:13
@JooyoungPark73 JooyoungPark73 force-pushed the copilot/dependabot-not-working-properly branch 2 times, most recently from 1e88edd to 1bfec76 Compare May 28, 2026 04:23
@JooyoungPark73 JooyoungPark73 marked this pull request as ready for review May 28, 2026 04:26
Signed-off-by: JooYoung Park <jooyoung.park73@gmail.com>
@JooyoungPark73 JooyoungPark73 force-pushed the copilot/dependabot-not-working-properly branch from 1bfec76 to 32bf148 Compare May 28, 2026 04:28
@leokondrashov leokondrashov merged commit 02ae23c into main May 28, 2026
22 checks passed
@leokondrashov leokondrashov deleted the copilot/dependabot-not-working-properly branch May 28, 2026 04:47
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.

Dependabot not working properly

3 participants