You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is not specific to this repository. We've seen on certain repositories that dependabot and renovate bot are not proposing updates for certain dependencies (both libraries and GH actions).
We don't understand what might be the cause of this behaviour.
The text was updated successfully, but these errors were encountered:
Currently, the kwctl project is using lazy_static version 1.4, but 1.5.0 is already out. We never got a dependency bump request neither from dependabot nor from renovatebot about that dependency
Update: the bots are not updating the Cargo.toml, but they are updating the Cargo.lock files. For example, policy-fetcher is requiring docker_credential = "1.2", but currently there's version 1.3.X out. However, inside of kwctl's Cargo.lock file, the latest version of docker_credentials is being consumed.
Also, it looks like renovate is misconfigured inside of policy-fetcher repository.
Action items:
check renovate bot configurations
switch to renovate bot only
have patch dependencies PRs grouped together, with auto-merge
This issue is not specific to this repository. We've seen on certain repositories that dependabot and renovate bot are not proposing updates for certain dependencies (both libraries and GH actions).
We don't understand what might be the cause of this behaviour.
The text was updated successfully, but these errors were encountered: