Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update GitHub Actions workflow for dependency management
- Set up Node.js version 20 and enable Yarn caching. - Install dependencies using `yarn install --frozen-lockfile`. - Automate dependency updates with a new step to create a pull request for updated dependencies. - Include a commit message and title for the pull request, along with a review reminder. This enhances the workflow for managing dependencies and ensures that updates are handled automatically.
- Loading branch information