Skip to content

ci: add weekly automated Cargo.lock update workflow#1528

Open
SH20RAJ wants to merge 1 commit intomofa-org:mainfrom
SH20RAJ:ci/1044-weekly-cargo-lock-update
Open

ci: add weekly automated Cargo.lock update workflow#1528
SH20RAJ wants to merge 1 commit intomofa-org:mainfrom
SH20RAJ:ci/1044-weekly-cargo-lock-update

Conversation

@SH20RAJ
Copy link
Copy Markdown
Contributor

@SH20RAJ SH20RAJ commented Mar 28, 2026

Adds a scheduled workflow to refresh Cargo.lock weekly and open a PR only when lockfile changes are detected.

Highlights:

  • schedule: every Monday 06:00 UTC
  • manual trigger via workflow_dispatch
  • runs cargo update with fresh resolution
  • no direct commits to main
  • opens PR using peter-evans/create-pull-request with dependencies label
  • concurrency guard to prevent overlapping runs

Closes #1044

@SH20RAJ
Copy link
Copy Markdown
Contributor Author

SH20RAJ commented Mar 28, 2026

Hi! Added a weekly automated Cargo.lock update workflow. This ensures that the project's dependencies are kept up-to-date and that we catch any breaking dependency updates early. (Fixes #1044)

@SH20RAJ
Copy link
Copy Markdown
Contributor Author

SH20RAJ commented Mar 29, 2026

Addressing Issue #1044. This PR adds an automated workflow to refresh Cargo.lock weekly. By keeping dependencies up-to-date and opening PRs for lockfile changes, we ensure that security patches and minor version improvements are integrated regularly, reducing the risk of 'dependency rot'. 🔄

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.

ci: add weekly automated Cargo.lock update workflow

1 participant