Qiskit / qiskit-metapackage

Qiskit is an open-source SDK for working with quantum computers at the level of circuits, algorithms, and application modules.
https://qiskit.org
Apache License 2.0
3.03k stars 753 forks source link

Add Dependabot config to autoupdate GitHub action versions #1764

Closed kurtmckee closed 11 months ago

kurtmckee commented 1 year ago

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.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

CLAassistant commented 1 year ago

CLA assistant check
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.

kurtmckee commented 1 year ago

Please let me know if anything is needed for this PR to be considered. Thanks!