MDAnalysis / mdanalysis

MDAnalysis is a Python library to analyze molecular dynamics simulations.
https://mdanalysis.org
Other
1.3k stars 648 forks source link

Add a Dependabot config to auto-update GitHub action versions #4618

Closed kurtmckee closed 3 months ago

kurtmckee commented 3 months ago

Currently, deprecation warnings are being thrown due to actions using out-of-date Node versions (recent example). Rather than submitting a PR to update them manually, this PR configures Dependabot to regularly submit PRs to update GitHub action versions as needed.

If this PR merges, you can expect Dependabot to immediately submit a PR to update actions to newer versions.

PR Checklist

Developers certificate of origin


📚 Documentation preview 📚: https://mdanalysis--4618.org.readthedocs.build/en/4618/

github-actions[bot] commented 3 months ago

Linter Bot Results:

Hi @kurtmckee! Thanks for making this PR. We linted your code and found the following:

There are currently no issues detected! 🎉

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 93.44%. Comparing base (347a0c0) to head (816075b). Report is 25 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #4618 +/- ## =========================================== - Coverage 93.59% 93.44% -0.16% =========================================== Files 168 183 +15 Lines 21104 22294 +1190 Branches 3919 3930 +11 =========================================== + Hits 19752 20832 +1080 - Misses 894 1002 +108 - Partials 458 460 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

RMeli commented 3 months ago

LGTM. Please add yourself to the authors file if not there already.