citation-file-format / cffconvert

Command line program to validate and convert CITATION.cff files.
Apache License 2.0
95 stars 28 forks source link

Add Dependabot config to autoupdate GitHub action versions #371

Closed kurtmckee closed 9 months ago

kurtmckee commented 9 months ago

Hi! I noticed that CI is throwing deprecation warnings due to out-of-date action versions (like actions/checkout@v2 -- recent example).

Rather than submitting a PR to update the versions once, this PR introduces a Dependabot configuration that will submit a PR to update action versions (if needed) once each month.

If this merges, Dependabot will immediately submit a PR to address the out-of-date versions and will continue to keep the actions up-to-date in perpetuity.

jspaaks commented 9 months ago

Thanks for the PR!

kurtmckee commented 9 months ago

You're welcome!