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
Enabled Dependabot for automatically updating locked versions of dependencies
Now that we have decoupled our minimum supported Rust version checks
from `Cargo.lock` [0], we can easily keep dependency versions
up-to-date. Doing so will make sure that we always release with the most
recent dependencies, which may include bug and security fixes. It will
also help with enabling cargo audit/deny [2], depending on what we audit.
This change enables Dependabot for doing so. It will scan for updated
packages and open pull requests. I've tried it out on my fork [1] and it
worked fine.
[0] #318
[1] https://github.com/danielocfb/libbpf-rs/pull/2
[2] #187
Signed-off-by: Daniel Müller <[email protected]>
0 commit comments