-
Notifications
You must be signed in to change notification settings - Fork 272
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
Update dependabot #775
Update dependabot #775
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #775 +/- ##
=======================================
Coverage 67.98% 67.98%
=======================================
Files 31 31
Lines 3124 3124
=======================================
Hits 2124 2124
Misses 856 856
Partials 144 144 ☔ View full report in Codecov by Sentry. |
Signed-off-by: junhyungjang <[email protected]>
7a6cfa3
to
8b5a371
Compare
@JunHyungJang since the reference dependabot config is from a different project (argo-cd), we'll need to adjust it for this project, e.g., in subdirectories and their package-ecosystem. As mentioned in the related issue, I think we can go with longer update interval to avoid too frequent updates: weekly or even monthly should be fine. |
Signed-off-by: junhyungjang <[email protected]>
Signed-off-by: junhyungjang <[email protected]>
Signed-off-by: junhyungjang <[email protected]>
Signed-off-by: junhyungjang <[email protected]>
Signed-off-by: junhyungjang <[email protected]>
88b2e2b
to
845a5ca
Compare
@chengfang I recognize what you said. Received feedbacks, I changed the interval. I also track the dockerfile and add the package-ecosystem to the right directories. |
@JunHyungJang thanks! |
Nice work @JunHyungJang ! |
Signed-off-by: junhyungjang <[email protected]>
This is my first attempt to contribute open sources.
I add the dependabot.yml file following this repo https://github.com/argoproj/argo-cd/blob/master/.github/dependabot.yml
Is there anything else I should add?