Setup dependabot
tomtau opened this issue · 6 comments
tac0turtle commented
this is enabled, but since on some of the versions we don't specify the last version number, depndabot ignores minor releases and goes for changes that occur on X.X
. Do we want to add X.X.x
so depndabot can update minor releases as well?
tomtau commented
I think that would make sense with #70 if there's a separate crate and Cargo.lock for examples
tomtau commented
@marbar3778 adding minor releases may be desirable -- see #87
tomtau commented
@marbar3778 are you sure it's set up? For env_logger = "0.6.2"
, there was no PR for "0.7.0" opened yet
tac0turtle commented
I emailed github about this because I was wondering the same thing and they told me what I said above. It's super weird on this repo for some reason