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

Adding dependabot yaml file. #31

Merged
merged 2 commits into from
Nov 14, 2024
Merged

Adding dependabot yaml file. #31

merged 2 commits into from
Nov 14, 2024

Conversation

vprusso
Copy link
Contributor

@vprusso vprusso commented Nov 13, 2024

Closes #27

# Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
directory: "/"
schedule:
interval: "daily"
Copy link
Contributor

Choose a reason for hiding this comment

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

can we do weekly instead, on Mitiq I find "daily" to be overwhelming anyway

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yep, that makes sense. Changed!


# Maintain dependencies for pip
# poetry is not a valid entry for package-ecosystem
- package-ecosystem: "pip"
Copy link
Contributor

Choose a reason for hiding this comment

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

Sadly it looks like dependabot doesn't update pyproject yet, see dependabot/dependabot-core#8603 :/
Anyway, we can give this a try.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, it's too bad that it doesn't. Seems like the issue is is getting close to being solved so we can stay tuned on that.

@vprusso vprusso merged commit 08c0188 into main Nov 14, 2024
1 check passed
@vprusso vprusso deleted the 27-dependabot-integration branch November 14, 2024 15:21
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.

Incorporate automatic dependabot update for project
2 participants