datalab-org / datalab

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

Enable auto-merging of dependabot PRs into a separate branch #143

Closed ml-evs closed 3 months ago

ml-evs commented 2 years ago

Dependabot is annoying. We can tweak the config so that it 1) runs monthly, 2) tries to merge into a new dependency_update branch automatically if the tests pass, 3) creates a single PR with all deps updates on request. This is how we have it configured for optimade-python-tools and it works quite smoothly.

ml-evs commented 3 months ago

Closed by #845; dependabot now natively supports groups so that only one PR is made.