Closed kurtmckee closed 1 year ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
Please let me know if anything is needed for this PR to be considered. Thanks!
Summary
I noticed that GitHub workflows were throwing deprecation warnings due to out-of-date action versions [recent example].
Rather than updating the versions manually this one time, this PR introduces a Dependabot config that will trigger ongoing updates via PRs created by Dependabot.
Details and comments
If this merges, you can expect additional PRs shortly after from Dependabot, for example, to update
actions/setup-python@v2
to v4.I looked for a CHANGELOG file as mentioned in the PR template comments but couldn't find one. I also searched for an "Unreleased" section in all files but couldn't find one. Although this PR doesn't touch code, please let me know how to comply with the requirements.
I read the CONTRIBUTING document and anticipate that I'll need to sign the CLA after opening this PR.