-
Notifications
You must be signed in to change notification settings - Fork 3
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 #11
base: main
Are you sure you want to change the base?
Add dependabot #11
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @oriontvv
I'm happy to merge just the GitHub actions section. I don't think the other two will be useful for us.
- package-ecosystem: "cargo" | ||
directory: "/" | ||
schedule: | ||
interval: "monthly" | ||
open-pull-requests-limit: 10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I ended up reverting your PR on reqwest-middleware
because the cargo upgrades were far too noisy. Dependabot was opening PRs for minor upgrades which is unhelpful since, for libraries, we aim closer to the minimum compatible version, rather than the latest one. For major version upgrades, I prefer to gauge demand by waiting for our users to open PRs/issues.
- package-ecosystem: "cargo" | |
directory: "/" | |
schedule: | |
interval: "monthly" | |
open-pull-requests-limit: 10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, thanks for reply
- package-ecosystem: "docker" | ||
directory: "/" | ||
schedule: | ||
interval: "monthly" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this repo contains any dockerfiles
- package-ecosystem: "docker" | |
directory: "/" | |
schedule: | |
interval: "monthly" |
This PR adds dependabot config