-
-
Notifications
You must be signed in to change notification settings - Fork 5
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 cron job for automated dependency version checks #426
Comments
Dependabot is already set-up :) But for some reason, I haven't seen it in action yet, even though it's configured to run daily 🤔 |
Perfect!! |
I'm not sure if dependabot will also update the lockfiles in |
I’ll look into whether Dependabot updates the lockfiles in tool/. If it doesn’t, maybe we can use something else for tha |
Yea the dependabot logs suggest that it's not really working at the moment: specifically:
|
Currently, our project does not have an automated mechanism to regularly check for updates to third-party dependencies.
I propose adding a scheduled Cron Job that performs the following:
Periodically (e.g., daily or weekly) checks for newer versions of dependencies listed in package.json, requirements.txt, or other relevant files.
Leverages tools such as Dependabot or auto-pull-request to automatically open pull requests or create update reports.
shall we add this? If so, I could help survey and implement this~
The text was updated successfully, but these errors were encountered: