-
Notifications
You must be signed in to change notification settings - Fork 667
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
Add a Dependabot config to auto-update GitHub action versions #4618
Conversation
Signed-off-by: Kurt McKee <[email protected]>
There was a problem hiding this 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.
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 ReportAll modified and coverable lines are covered by tests ✅
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. |
There was a problem hiding this 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.
LGTM. Please add yourself to the authors file if not there already. |
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/