Skip to content
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 Dependabot config to autoupdate GitHub action versions #7068

Merged
merged 1 commit into from
Jun 15, 2023

Conversation

kurtmckee
Copy link
Contributor

PR Description

I looked at recent runs of GitHub workflows and found deprecation warnings caused by out-of-date action versions (like actions/checkout@v2). [recent example]

Rather than manually updating the versions once, this PR introduces a Dependabot configuration that will automatically submit PRs on a monthly basis to keep actions up-to-date. If this PR merges, you can expect Dependabot to begin opening PRs to update action versions used in GitHub workflows (for example actions/checkout@v2 will get bumped to v3).

I think I've followed the contributing guidelines, but please let me know if I've missed anything.

Thanks, and see you at SciPy 2023!

@kurtmckee kurtmckee force-pushed the add-dependabot-for-github-actions branch from bcb8d57 to 7c628d9 Compare June 14, 2023 17:56
@kurtmckee kurtmckee force-pushed the add-dependabot-for-github-actions branch from 7c628d9 to 2b09f70 Compare June 14, 2023 17:57
Copy link
Member

@Cadair Cadair left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Looks good to me.

@nabobalis nabobalis added Infrastructure Issues or PRs that affect the CI or packaging. Minor Change PR only needs one approval to merge. labels Jun 15, 2023
@nabobalis nabobalis merged commit 34e5f9e into sunpy:main Jun 15, 2023
@kurtmckee kurtmckee deleted the add-dependabot-for-github-actions branch June 15, 2023 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Infrastructure Issues or PRs that affect the CI or packaging. Minor Change PR only needs one approval to merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants