Skip to content

chore: enable scheduled dependency update PR#8460

Merged
deleonio merged 4 commits intodevelopfrom
feature/update-auto-dependency-updater.yml-workflow
Sep 15, 2025
Merged

chore: enable scheduled dependency update PR#8460
deleonio merged 4 commits intodevelopfrom
feature/update-auto-dependency-updater.yml-workflow

Conversation

@deleonio
Copy link
Copy Markdown
Contributor

Summary

  • schedule weekly auto dependency updater
  • open pull requests with updated dependencies for main and release/2 branches

Testing

  • pnpm format
  • pnpm build
  • pnpm lint
  • pnpm test
  • act -l (command not found)

https://chatgpt.com/codex/tasks/task_e_68c76438c898832b99ff459f5a7e8279

@github-actions
Copy link
Copy Markdown
Contributor

@deleonio deleonio enabled auto-merge (squash) September 15, 2025 01:36
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

Codex Review: Here are some suggestions.

Reply with @codex fix comments to fix any unresolved comments.

About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you open a pull request for review, mark a draft as ready, or comment "@codex review". If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex fix this CI failure" or "@codex address that feedback".

Comment thread .github/workflows/auto-dependency-updater.yml
@deleonio deleonio requested a review from Copilot September 15, 2025 01:51
Copy link
Copy Markdown
Contributor

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.

Pull Request Overview

This PR enables a scheduled GitHub Actions workflow for automated dependency updates. The workflow will now run weekly on Sundays at 2 AM UTC and create pull requests with updated dependencies for both the main development branch and the release/2 branch.

  • Enables the previously commented-out scheduled trigger to run weekly
  • Implements a matrix strategy to handle dependency updates for multiple branches (develop and release/2)
  • Replaces manual git operations with the peter-evans/create-pull-request action for better PR creation

@deleonio deleonio disabled auto-merge September 15, 2025 01:53
@deleonio deleonio merged commit e11d0d1 into develop Sep 15, 2025
6 of 7 checks passed
@deleonio deleonio deleted the feature/update-auto-dependency-updater.yml-workflow branch September 15, 2025 01:53
@publicuibot publicuibot bot locked and limited conversation to collaborators Sep 15, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants