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

feat: add dependabot for GH actions #1193

Merged
merged 2 commits into from
Oct 18, 2024
Merged

Conversation

rettinghaus
Copy link
Contributor

Pull Request Checklist

Thank you for taking the time to improve Arrow! Before submitting your pull request, please check all appropriate boxes:

  • 🧪 Added tests for changed code.
  • 🛠️ All tests pass when run locally (run tox or make test to find out!).
  • 🧹 All linting checks pass when run locally (run tox -e lint or make lint to find out!).
  • 📚 Updated documentation for changed code.
  • ⏩ Code is up-to-date with the master branch.

If you have any questions about your code changes or any of the points above, please submit your questions along with the pull request and we will try our best to help!

Description of Changes

This adds a simple dependabot configuration for updating the used GH Actions.

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
Copy link
Member

Choose a reason for hiding this comment

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

Should we do this less frequent, say weekly? Or monthly? I am assuming this will constantly cut new PRs once a new GH action version has been released?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I changed it to weekly.
Currently the dependencies are set to major versions, so after the first bunch of updates there will only be a PR like once a year or so.

@jadchaar
Copy link
Member

Do we need to make any changes to the Github repo to enable this bot? Or does it work out of the box?

Copy link
Member

@jadchaar jadchaar left a comment

Choose a reason for hiding this comment

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

LGTM

@jadchaar jadchaar merged commit 96a88a6 into arrow-py:master Oct 18, 2024
18 checks passed
@rettinghaus rettinghaus deleted the dependabot branch October 18, 2024 05:38
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