dependabot configuration#356
Conversation
|
@webmaster128 bump sir. It is a good idea to keep things up to date. |
|
Really, it's good to keep things up to date. |
|
Libraries should specify the minimum semver-compatible dependency version, not the latest one, so the applications using the library can decide for themselves. In general, I'm also not a big fan of dependabot. It creates dozens of small PRs that just become a nuisance. I can see us merging the |
|
The versions aren't synchronized, which is the reason for But to ensure I understand you correctly: you wish to ensure that dependencies in this repository use the exact same versions as dependencies in cosmwasm? |
|
Yes. To be extra clear, the versions I want to keep in sync are the ones in This is currently done by running |
|
oh great! I'll make prs for both! |
|
once this PR is accepted: I will work on this PR again and get it all set :) |
This PR configures dependabot for github actions, go, and cargo.
Likely a PR or two using github actions upcoming, might as well automatically maintain that too.