datalab-org / datalab

datalab is a place to store experimental data and the connections between them.
https://docs.datalab-org.io
MIT License
42 stars 17 forks source link

Re-attempt to use lockfile-only strategy with dependabot #854

Closed ml-evs closed 3 weeks ago

ml-evs commented 3 weeks ago

It seems that this is still slightly in flux, and we are unable to use multiple workflows per packaging ecosystem. This PR mostly undoes #853 and switches to purely lockfile only updates, avoiding the need for us to pin so heavily in the dependabot config file.

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 68.12%. Comparing base (20a22ab) to head (8cb8d9c). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #854 +/- ## ======================================= Coverage 68.12% 68.12% ======================================= Files 62 62 Lines 3884 3884 ======================================= Hits 2646 2646 Misses 1238 1238 ```