Enable dependabot for all packages.#570
Conversation
|
Please take a look: @mukundansundar @halspang @artursouza |
halspang
left a comment
There was a problem hiding this comment.
Looks good to me. I'm curious to see how often things will actually update after the first set.
Codecov Report
@@ Coverage Diff @@
## master #570 +/- ##
============================================
- Coverage 80.75% 80.61% -0.14%
+ Complexity 986 985 -1
============================================
Files 88 88
Lines 3039 3039
Branches 332 332
============================================
- Hits 2454 2450 -4
- Misses 419 422 +3
- Partials 166 167 +1
Continue to review full report at Codecov.
|
|
@halspang apparently I need to pause this PR at the moment to update this for the requirements in #348: It seems we want:
The problem I see here is... |
Yes, but that could also be part of a workflow. Just merge master into it at some regular cadence. Or even as part of the workflow it could create, PR, merge, and then delete its own branch so it's fresh every time. That's what I'd go for personally but I think that relies on us being able to trigger dependabot instead of it going on its own cadence. |
|
Given that this PR was merged we will need to be careful not to approve every PR dependabot creates. This PR was never updated to use the special branch concept. However, doing so would also be unnecessarily complex and also error prone. |
* Enable dependabot for all packages. * Make dependabot PRs against special branch Signed-off-by: zjx244729 <zjx244729@alibaba-inc.com>
Description
Replaces stale PR #499 to enable Dependabot.