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 version, along with the versions in the cargo-make makefiles(including the other pinned binary dependencies) should be auto-updated by pipelines (similar to other things managed by dependabot). It looks like this is [not supported by dependabot yet](https://github.com/dependabot/dependabot-core/issues/9420), but there's another popular open source tool called [renovatebot that supports this](https://docs.renovatebot.com/modules/manager/regex/).
All dependencies should have update prs generated automatically. this included pinned binary dependencies in github actions, dependencies specified in cargo-make makefiles, etc
The text was updated successfully, but these errors were encountered:
This is a native feature of renovatebot. Given dependabot/dependabot-core#4009, and the fact that dependabot is overly eager about updating our Cargo.toml dependency versions right now, we should consider just switching everything over to renovatebot.
overly eager about updating our Cargo.toml dependency versions right now
Right now, both lockfile and manifest are updated by dependabot. This is the desired behavior for our sample drivers in the examples folder, but the core library crates should be only updating their lockfiles automatically (to validate that dependencies aren't violating semver) and only upreving the versions in the manifests when there is a major version change. This allows the resolver to accept a wider range of dependencies when this repos crates are used downstream
wmmc88
changed the title
Automatically generate dependabot-style update prs for dependencies not supported by dependabot
Consider switching to Renovatebot
Sep 25, 2024
wmmc88
changed the title
Consider switching to Renovatebot
Consider switching Dependabot to Renovatebot
Sep 25, 2024
Originally posted by @wmmc88 in #127 (comment)
All dependencies should have update prs generated automatically. this included pinned binary dependencies in github actions, dependencies specified in cargo-make makefiles, etc
The text was updated successfully, but these errors were encountered: