Skip to content
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

Add GitHub Actions workflow for weekly version bump using Yarn #79

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

vladimirvshivkov
Copy link
Member

No description provided.

- 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.
…ependency installation

- Set up Yarn Berry (version 3.5.0) in the workflow.
- Change dependency installation command from `yarn install --frozen-lockfile` to `yarn install --immutable` for better consistency.
- Enhance the workflow for managing dependencies and ensure compatibility with the latest Yarn features.
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.

1 participant