Only-Moon / Comfi

Very functional general purpose bot.
https://comfibot.tk
Other
17 stars 6 forks source link

Automate npm package updates using GitHub Actions #28

Closed sweep-ai[bot] closed 1 year ago

sweep-ai[bot] commented 1 year ago

This PR introduces a new GitHub Actions workflow that automatically updates the npm packages in the project using yarn. The workflow is triggered on a schedule (once a day) and runs the yarn upgrade command to update all npm packages to their latest versions. After updating the packages, the workflow commits the changes to the package.json and yarn.lock files and pushes the commit to the repository.

This automation will help ensure that the project is always using the latest versions of its dependencies, which can include important bug fixes and performance improvements, without requiring manual intervention.

Please review and let me know if any changes are required.

Fixes #24.

To checkout this PR branch, run the following command in your terminal:

git checkout sweep/sweep/update-npm-packages-gh-actions
Only-Moon commented 1 year ago

make the github workflow trigger twice every week