Skip to content

Commit

Permalink
Have Dependabot only update libbpf-rs
Browse files Browse the repository at this point in the history
The main reason we enabled Dependabot for the repository was to keep
the libbpf-rs version we use in-sync with current upstream releases, but
by default it manages all other dependencies as well.
Configure it so that it only manages libbpf-rs.

Signed-off-by: Daniel Müller <[email protected]>
  • Loading branch information
d-e-s-o authored and danielocfb committed Jan 10, 2025
1 parent 7d8bc9e commit cbc7a86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ updates:
- package-ecosystem: cargo
versioning-strategy: auto
directory: examples/rust/
allow:
- dependency-name: libbpf-rs
schedule:
interval: daily

0 comments on commit cbc7a86

Please sign in to comment.