-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Review All Dependabot PRs #1641
Comments
@ryanfchase Upon closer look at the dependabot PRs, I realized that the most recent one was in March 2023, nearly a year ago. Then we decided to turn off dependabot since then, which means all of the exisiting dependabot PRs are nearly a year old or older. In this case, I'm pretty firmed that it's not a good idea to merge them at all and it's better to just delete these PRs.
Now if we still have dependabot service on right now, it would automatically update these PRs based on the current status of repo, but we haven't had it on. So these PRs are outdated and they were formulated based on the repo at the time of the PR. My opinion is that the best course of action is to delete all of these dependabot PRs. Then, after launch has been done, at some point we can turn on dependabot again and it would generate dependency update PRs based on the state of application at the time, and we can manually review and merge the PR. We can also add an automation script in our application to have dependabot PRs to automatically run against coverage tests (which we have to write), and we can choose to have them automatically merged if no conflict found from tests (which is common), or we can choose to still manually review. Please let me know what you think, I will go ahead and delete them unless you think otherwise. Feel free to message me on Slack as well. Thank you! |
@Skydodle Thank you for taking the lead on this! I approve. Please go ahead remove all dependabot-related PRs and as suggested, we can look at reactivating this service after launch. |
All dependency updates PRs from dependabot prior to April 2023 are now closed without merge. We will reactivate dependabot and review dependency updates after app launch. |
Overview
We need to review each of the open Dependabot PRs since they are actionable and cluttering our open PRs.
Resources
All Dependabot PRs: https://github.com/hackforla/311-data/pulls/app%2Fdependabot
Potential Next Steps:
The text was updated successfully, but these errors were encountered: