Only-Moon / Comfi

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

Automate npm package updates twice a week using GitHub Actions #29

Closed sweep-ai[bot] closed 1 year ago

sweep-ai[bot] commented 1 year ago

This PR modifies the existing GitHub Actions workflow that updates npm packages to run twice a week. The workflow is now scheduled to run every Monday and Thursday at midnight.

By automating package updates, we can 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-twice-weekly