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 a Dependabot config to autoupdate GitHub action versions #6

Merged
merged 1 commit into from
Jun 15, 2023

Conversation

kurtmckee
Copy link
Contributor

@kurtmckee kurtmckee commented Jun 14, 2023

This PR adds a Dependabot config that will autoupdate GitHub action versions.

For example, when this merges, you can expect Dependabot to open PRs to update actions/checkout@v2 to v3, and to update actions/setup-python@v2 to v4. This will resolve deprecation warnings that are currently getting emitted when CI runs [recent example run].

Using Dependabot will address aging action versions automatically, rather than dealing with them manually over time. This will reduce maintenance burden.

See you at SciPy 2023!

@phschiele
Copy link
Collaborator

@kurtmckee This looks very helpful, thanks for contributing it!
See you at SciPy!

@phschiele phschiele merged commit 68c49b5 into cvxgrp:main Jun 15, 2023
@kurtmckee kurtmckee deleted the add-dependabot-for-github-actions branch June 15, 2023 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants