Skip to content
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

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

Merged
merged 2 commits into from
Jun 18, 2024

Conversation

kurtmckee
Copy link
Contributor

@kurtmckee kurtmckee commented Jun 17, 2024

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

  • Tests?
  • Docs?
  • CHANGELOG updated?
  • Issue raised/referenced?

Developers certificate of origin


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

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello there first time contributor! Welcome to the MDAnalysis community! We ask that all contributors abide by our Code of Conduct and that first time contributors introduce themselves on GitHub Discussions so we can get to know you. You can learn more about participating here. Please also add yourself to package/AUTHORS as part of this PR.

Copy link

github-actions bot commented Jun 17, 2024

Linter Bot Results:

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

There are currently no issues detected! 🎉

Copy link

codecov bot commented Jun 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@             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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@RMeli RMeli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, this looks very useful.

.github/dependabot.yaml Show resolved Hide resolved
.github/dependabot.yaml Show resolved Hide resolved
@RMeli
Copy link
Member

RMeli commented Jun 18, 2024

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

@hmacdope hmacdope merged commit ac07f00 into MDAnalysis:develop Jun 18, 2024
18 of 23 checks passed
@kurtmckee kurtmckee deleted the add-dependabot-for-actions branch June 18, 2024 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants