Closed kurtmckee closed 1 year ago
@tonybaloney I was surprised that Dependabot didn't immediately open PRs. I found in the docs that an extra step is required for forks:
The summary of that page is:
Sorry for not documenting that up front in the PR; I wasn't aware of this additional requirement for forks.
GitHub CI runs are throwing deprecation warnings and errors (recent example). This can be fixed by updating the action versions, e.g. updating
actions/checkout@v2
tov4
.Rather than updating the actions once, this PR introduces a Dependabot config that will regularly check for new action versions and submit PRs to update the versions.
If this PR merges, you can expect Dependabot to immediately open multiple PRs that target each out-of-date action version.
Thanks for your work on Pyjion!